https://github.com/nielsdejong/neo4j-gds-starter
Getting starting with Neo4j GDS & Python
https://github.com/nielsdejong/neo4j-gds-starter
Last synced: 2 months ago
JSON representation
Getting starting with Neo4j GDS & Python
- Host: GitHub
- URL: https://github.com/nielsdejong/neo4j-gds-starter
- Owner: nielsdejong
- Created: 2020-05-03T15:05:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T09:08:53.000Z (about 5 years ago)
- Last Synced: 2025-03-23T01:41:24.449Z (2 months ago)
- Language: Jupyter Notebook
- Size: 14.6 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo4j Graph Data Science Starter Kit
### Getting started(1) Install Jupyter notebooks & python-pip (Use Python >3.7):
- https://pip.pypa.io/en/stable/installing/
- https://jupyter.org/install(2) Install the Neo4j Python driver, Pandas, Scikit-learn:
```
pip install neo4j
pip install scikit-learn
pip install pandas
```(3) In the project directory, start your jupyter notebook from the command line:
```
jupyter notebook
```
or (depending on the version)
```
jupyter-notebook
```(4) Set up the Neo4j credentials to match your own Neo4j sandbox.
You can get a free data science sandbox here: https://sandbox.neo4j.com/