Skip to content

Latest commit

 

History

History
executable file
·
26 lines (18 loc) · 956 Bytes

README.md

File metadata and controls

executable file
·
26 lines (18 loc) · 956 Bytes

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