Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 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