ipygraphql

Graphql widgets for Jupyter


Keywords
ipython, jupyter, widgets
License
MIT
Install
pip install ipygraphql==0.0.1

Documentation

Version Version Conda Version Binder

ipygraphql

Graphql widgets for Jupyter

Installation

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