https://github.com/qzchenwl/jupyter_widget_talos
Deprecated. Use https://github.com/qzchenwl/ipytalos
https://github.com/qzchenwl/jupyter_widget_talos
Last synced: 3 months ago
JSON representation
Deprecated. Use https://github.com/qzchenwl/ipytalos
- Host: GitHub
- URL: https://github.com/qzchenwl/jupyter_widget_talos
- Owner: qzchenwl
- Created: 2017-09-02T06:42:27.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T12:29:21.000Z (over 7 years ago)
- Last Synced: 2025-01-18T21:31:26.457Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jupyter_widget_talos
===============================A Custom Jupyter Widget Library
Installation
------------To install use pip:
$ pip install jupyter_widget_talos
$ jupyter nbextension enable --py --sys-prefix jupyter_widget_talosFor a development installation (requires npm),
$ git clone https://github.com//jupyter_widget_talos.git
$ cd jupyter_widget_talos
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix jupyter_widget_talos
$ jupyter nbextension enable --py --sys-prefix jupyter_widget_talos