Skip to content

qzchenwl/ipytalos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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