halftermeyer / jupyterWidgetVoila

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyterWidgetVoila

Create a dashboard with jupyter widgets and voilĂ 

The notebook connects to the Movie Graph Neo4j database.

From Neo4j desktop...

:play movie-graph

...and load the data.

Edit connection data in the notebook.

uri = "neo4j://localhost:7687"
driver = GraphDatabase.driver(uri, auth=("user", "password"))

install libs

pip install ipywidget
pip install voila

run dashboard

voila dashboard.ipynb

About


Languages

Language:Jupyter Notebook 100.0%