Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deathbeds/jupyter-graphql
Experimental Jupyter Notebook server extension supporting GraphQL
https://github.com/deathbeds/jupyter-graphql
Last synced: 5 days ago
JSON representation
Experimental Jupyter Notebook server extension supporting GraphQL
- Host: GitHub
- URL: https://github.com/deathbeds/jupyter-graphql
- Owner: deathbeds
- License: bsd-3-clause
- Created: 2018-10-09T02:56:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-12T03:45:12.000Z (over 5 years ago)
- Last Synced: 2024-08-02T12:46:54.126Z (3 months ago)
- Language: Python
- Size: 184 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - deathbeds/jupyter-graphql - Experimental Jupyter Notebook server extension supporting GraphQL (others)
README
# jupyter-graphql
## demos on
- [GraphQL in the Notebook][]
- [GraphiQL][]## what the...
A very experimental Jupyter notebook server extension for exposing things in
GraphQL. Heavily copied from https://github.com/dronedeploy/graphene-tornado- [ ] ContentsManager
- [x] get (mostly focused on Notebook)## i can't even...
```bash
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.
[GraphQL in the Notebook]: https://mybinder.org/v2/gh/deathbeds/jupyter-graphql/master?urlpath=lab/tree/notebooks/gql.ipynb
[graphiql]: https://mybinder.org/v2/gh/deathbeds/jupyter-graphql/master?urlpath=graphql