A Jupyter widget to visualize interactive graphs
This widget is still in a quite early stage of development. If you start using it, expect major back-incompatible changes in the future, until we stabilize the API.
Of course, suggestions, issues and Pull Requests are always welcome.
To install use pip:
$ pip install aiidalab_widget_graph
$ jupyter nbextension enable --py --sys-prefix aiidalab_widget_graph
For a development installation (requires npm),
$ git clone https://github.com/aiidalab/aiidalab-widget-graph.git
$ cd aiidalab-widget-graph
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix aiidalab_widget_graph
$ jupyter nbextension enable --py --sys-prefix aiidalab_widget_graph