File tree Expand file tree Collapse file tree 2 files changed +22
-14
lines changed Expand file tree Collapse file tree 2 files changed +22
-14
lines changed Original file line number Diff line number Diff line change 22
33This repository contains Jupyter Notebooks for each of the https://neo4j-contrib.github.io/neo4j-graph-algorithms/[Neo4j graph algorithms^].
44
5- == Setup
65
7- Create a virtual environment and install some required libraries.
6+ * notebooks/AllPairsShortestPath.ipynb[All Pairs Shortest Path^]
7+
8+ == Run the notebooks locally
9+
10+ If we want to run the notebooks locally you'll need to first install some required libraries.
11+
12+ I use https://virtualenv.pypa.io/en/stable/[virtualenv^] but that's just one option.
13+ We can run the following set of commands to create a Python environment with the libraries installed:
814
915```
1016virtualenv a
@@ -20,4 +26,6 @@ You can override these values with environment variables.
2026
2127```
2228NEO4J_HOST="bolt://localhost:7687" NEO4J_USER="neo4j" NEO4J_PASSWORD="neo" jupyter notebook
23- ```
29+ ```
30+
31+ Navigate to `http://localhost:8888/notebooks` - the notebooks will be waiting!
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments