Skip to content

Commit

Permalink
prep notebook for 4.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Jul 22, 2022
1 parent 02090ca commit c7e56fc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/ArangoDB_NetworkX_Adapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"id": "U1d45V4OeG89"
},
"source": [
"<a href=\"https://colab.research.google.com/github/arangoml/networkx-adapter/blob/4.1.0/examples/ArangoDB_NetworkX_Adapter.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/arangoml/networkx-adapter/blob/4.2.0/examples/ArangoDB_NetworkX_Adapter.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand All @@ -34,7 +34,7 @@
"id": "bpvZS-1aeG89"
},
"source": [
"Version: 4.1.0\n",
"Version: 4.2.0\n",
"\n",
"Objective: Export Graphs from [ArangoDB](https://www.arangodb.com/), a multi-model Graph Database, to [NetworkX](https://networkx.github.io/), the swiss army knife for graph analysis in python, and vice-versa."
]
Expand All @@ -57,8 +57,8 @@
"outputs": [],
"source": [
"%%capture\n",
"!git clone -b 4.1.0 --single-branch https://github.com/arangoml/networkx-adapter.git\n",
"!pip install adbnx-adapter==4.1.0\n",
"!git clone -b 4.2.0 --single-branch https://github.com/arangoml/networkx-adapter.git\n",
"!pip install adbnx-adapter==4.2.0\n",
"!pip install adb-cloud-connector\n",
"\n",
"# For drawing purposes\n",
Expand Down Expand Up @@ -1122,6 +1122,7 @@
" edge_definitions,\n",
" keyify_nodes=True,\n",
" keyify_edges=True,\n",
" on_duplicate=\"replace\"\n",
")\n",
"\n",
"print(f\"\\nInspect the new graph here: https://tutorials.arangodb.cloud:8529/_db/{con['dbName']}/_admin/aardvark/index.html#graph/{name}\\n\")"
Expand Down

0 comments on commit c7e56fc

Please sign in to comment.