An open API service indexing awesome lists of open source software.

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

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_talos

For 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