deathbeds / jupyter-graphql

Experimental Jupyter Notebook server extension supporting GraphQL
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

jupyter-graphql

demos on

what the...

A very experimental Jupyter notebook server extension for exposing things in GraphQL. Heavily copied from https://github.com/dronedeploy/graphene-tornado

i can't even...

git clone https://github.com/deathbeds/jupyter-graphql
cd jupyter-graphql
conda env update
source activate jupyter-graphql-dev
python -m pip install -e . --ignore-installed --no-deps
python -m jupyter_graphql.fetch_static
jupyter lab

And navigate to http://localhost:8888/graphql to play around.