- Python 3
- Neo4j
- Jupyter Notebook (Optional but encouraged)
- Git (Optional)
To clone this repository, open up your terminal app and type the following command:
git clone https://github.com/greenstick/neo4j-tutorial.git my/desired/location
Alternatively, you can use a GUI-based git client such as SourceTree or GitHub Desktop. If you're interested in exploring other git clients, here's a good place to start.
If you don't have git setup, click here to download a zip of the repository.
If you don't have Jupyter Notebook installed, go ahead and download it using pip.
pip install notebook
Note: While it's not strictly required, the alternative is to copy and paste code blocks from the Jupyter Notebook file (view neo4j-tutorial.ipynb on GitHub) to a Python script and run it through your terminal or IDE.
Next, if you haven't already, you'll need to install Neo4j and get access to the data we'll be using. To do this, access the instructions and the rest of the tutorial by loading up the Jupyter Notebook. Type the following command into your terminal:
jupyter-notebook