Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-08-2022 10:55 AM
Can someone please recommend some Neo4j & jupyter notebook tutorials? I'd like to learn how to construct a graph database in Neo4J, add/manipulate nodes, and search the database using the python in Jupyter notebook. There are several tutorials online but I am not sure where to get started.
Solved! Go to Solution.
03-12-2022 09:46 AM
You might want to check out the Bite-Sized Neo4j for Data Scientists series. There are a whole host of videos there that are about 5 minutes in length a piece. In particular, Part 1 shows how to make a Jupyter -> Neo4j connection, Parts 2 and 3 show how to use various drivers to interface with the DB from Python, and then there are many videos showing how to populate the DB in a variety of ways and query it. And then all of the code, including many Jupyter notebooks and raw Cypher queries, can be found in this GitHub repo. I hope that helps as a starting point!
03-12-2022 09:46 AM
You might want to check out the Bite-Sized Neo4j for Data Scientists series. There are a whole host of videos there that are about 5 minutes in length a piece. In particular, Part 1 shows how to make a Jupyter -> Neo4j connection, Parts 2 and 3 show how to use various drivers to interface with the DB from Python, and then there are many videos showing how to populate the DB in a variety of ways and query it. And then all of the code, including many Jupyter notebooks and raw Cypher queries, can be found in this GitHub repo. I hope that helps as a starting point!
03-23-2022 02:12 PM
Thank you very much! Your reply is tremenedously helpful.
All the sessions of the conference are now available online