Skip to content

Commit 6bbfbbe

Browse files
author
Mark Needham
committed
tidying up readme
1 parent bd49de4 commit 6bbfbbe

File tree

2 files changed

+22
-14
lines changed

2 files changed

+22
-14
lines changed

README.adoc

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@
22

33
This 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
```
1016
virtualenv a
@@ -20,4 +26,6 @@ You can override these values with environment variables.
2026

2127
```
2228
NEO4J_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!

notebooks/DegreeCentrality.ipynb

Lines changed: 11 additions & 11 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)