Skip to content

Commit

Permalink
Fixed adapter version in Notebook.
Browse files Browse the repository at this point in the history
  • Loading branch information
joerg84 committed May 11, 2020
1 parent 692ffdf commit c449d56
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/ArangoDB_NetworkxAdapter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"!rsync -av networkx-adapter/examples/ ./ --exclude=.git\n",
"!pip3 install networkx\n",
"!pip3 install matplotlib\n",
"!pip3 install adbnx_adapter\n",
"!pip3 install adbnx_adapter==0.0.0.2.1\n",
"!pip3 install pyarango\n",
"!pip3 install python-arango"
]
Expand Down Expand Up @@ -312,17 +312,6 @@
"* Explore [ArangoDB](https://www.arangodb.com/)\n",
"* Explore [Interactive ArangoDB tutorials](https://github.com/joerg84/ArangoDBUniversity#arangodb-university)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"jupyter": {
"source_hidden": true
}
},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit c449d56

Please sign in to comment.