- Open the terminal
- Clone this repository, e.g.
git clone git@github.com:ottobricks/demo-graphs-spark.git ~/Downloads/ - Change into the directory, e.g.
cd ~/Downloads/demo-graphs-spark/ - Install dependencies with
make install - Start the notebook server with
make start-notebook - Open: http://localhost:2718/
When done, either shutdown from the browser (top right) or run in the terminal make stop-notebook