/neo4jupyter

Attempt to pack a pip package to create Neo4j visualizations within Jupyter Notebooks

Primary LanguageJupyter NotebookMIT LicenseMIT

Neo4Jupyter

Attempt to pack a pip package to create Neo4j visualizations within Jupyter Notebooks. This is a work in progress, it does not work (yet).

This is totally inspired by Nicole's code.

Installing

  1. Create and activate a Python 3.5+ virtualenv
  2. Install the requirements (pip install -r requirements.txt)
  3. Start Jupyter within the virtualenv ($VIRTUAL_ENV/bin/jupyter-notebook)
  4. Check our (currently broken) example at localhost:8888/notebooks/Example.ipynb