Skip to content

JanCVanB/neo4j-jupyter

 
 

Repository files navigation

neo4j-jupyter

A series of Jupyter notebooks to help data scientists get started with Python and Neo4j.

Requirements

The latest versions of all requirements (as of December 19, 2015) are in requirements.txt. These can be installed with pip install -r requirements.txt.

If you only want a subset of this repo's functionality, pip install a subset of the top-level requirements one-by-one.

Top-level requirements (all other requirements are dependencies of these):

For 3D network graphs, you must install Graph3d (renamed from iGraph) separately from here: https://github.com/nicolewhite/igraph

Windows users need to install NumPy and Python-igraph from Christoph Gohlke's Windows Binaries: http://www.lfd.uci.edu/~gohlke/pythonlibs

Neo4j Authentication

If your Neo4j database is password-protected, replace "neo4j"/"password" with your Neo4j username/password in scripts/twitter.py and the iPython notebooks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • HTML 28.7%
  • Jupyter Notebook 4.2%
  • CSS 1.5%
  • Python 0.2%
  • PHP 0.1%