0.1.2 • Published 7 years ago

jupyterlab-talos v0.1.2

Weekly downloads
7
License
-
Repository
github
Last release
7 years ago

ipytalos

A Custom Jupyter Widget Library

Installation

To install use pip:

$ pip install ipytalos
$ jupyter nbextension enable --py --sys-prefix ipytalos

For 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