Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qzchenwl/ipytalos
Talos for Jupyter
https://github.com/qzchenwl/ipytalos
jupyter jupyter-widget jupyterlab jupyterlab-extensions
Last synced: 15 days ago
JSON representation
Talos for Jupyter
- Host: GitHub
- URL: https://github.com/qzchenwl/ipytalos
- Owner: qzchenwl
- Created: 2017-09-15T13:37:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T08:02:38.000Z (over 7 years ago)
- Last Synced: 2024-04-30T10:24:31.103Z (10 months ago)
- Topics: jupyter, jupyter-widget, jupyterlab, jupyterlab-extensions
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ipytalos
===============================A Custom Jupyter Widget Library
Installation
------------To install use pip:
$ pip install ipytalos
$ jupyter nbextension enable --py --sys-prefix ipytalosFor a development installation (requires npm),
$ git clone https://github.com//ipytalos.git
$ cd ipytalos
$ pip install -e .
$ jupyter nbextension install --py --symlink --sys-prefix ipytalos
$ jupyter nbextension enable --py --sys-prefix ipytalos
$ jupyter labextension install ./jslab