Graphql widgets for Jupyter
To install use pip:
$ pip install ipygraphql
$ jupyter nbextension enable --py --sys-prefix ipygraphql
For a development installation (requires npm),
$ git clone https://github.com/mariobuikhuizen/ipygraphql.git
$ cd ipygraphql
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipygraphql
$ jupyter nbextension enable --py --sys-prefix ipygraphql