Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mariobuikhuizen/ipygraphql
Graphql widgets for Jupyter
https://github.com/mariobuikhuizen/ipygraphql
Last synced: 10 days ago
JSON representation
Graphql widgets for Jupyter
- Host: GitHub
- URL: https://github.com/mariobuikhuizen/ipygraphql
- Owner: mariobuikhuizen
- License: mit
- Created: 2019-10-21T12:17:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:07:30.000Z (almost 2 years ago)
- Last Synced: 2024-09-23T16:08:17.136Z (about 2 months ago)
- Language: JavaScript
- Size: 577 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - mariobuikhuizen/ipygraphql - Graphql widgets for Jupyter (others)
README
[![Version](https://img.shields.io/npm/v/jupyter-graphql.svg)](https://www.npmjs.com/package/jupyter-graphql)
[![Version](https://img.shields.io/pypi/v/ipygraphql.svg)](https://pypi.python.org/mariobuikhuizen/ipygraphql)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/ipygraphql.svg)](https://anaconda.org/conda-forge/ipygraphql)
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/mariobuikhuizen/ipygraphql/master?filepath=example.ipynb)ipygraphql
======Graphql widgets for Jupyter
Installation
------------To install use pip:
$ pip install ipygraphql
$ jupyter nbextension enable --py --sys-prefix ipygraphqlFor 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