https://github.com/astrofrog/nbglue
Experimental helpers to run glue from the notebook
https://github.com/astrofrog/nbglue
Last synced: about 1 year ago
JSON representation
Experimental helpers to run glue from the notebook
- Host: GitHub
- URL: https://github.com/astrofrog/nbglue
- Owner: astrofrog
- Created: 2016-11-12T17:58:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-10T17:28:46.000Z (almost 9 years ago)
- Last Synced: 2025-02-23T01:46:17.735Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 94.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What is nbglue?
This is a hack/technology preview designed to explore how one might use [glue](http://www.glueviz.org) in the Jupyter notebook.
### How do I install it?
At the moment, you don't - **nbglue** is just a single-file module and since this is still just an experiment, I deliberately have not made it into a proper package.
### How do I try it out?
Start up the Jupyter notebook using ``jupyter notebook`` and take a look at the *Using glue in the notebook with nbglue* notebook.
### Why not use e.g. bokeh or Matplotlib's WebAgg instead of popping up Qt windows?
That's the plan, but for now this is just meant as a quick hack. If you are interested in helping build proper notebook viewers for glue, I'd love to hear from you!