0.5.0 • Published 4 years ago

ipyaliplayer v0.5.0

Weekly downloads
17
License
BSD-3-Clause
Repository
github
Last release
4 years ago

ipyaliplayer

Build Status codecov

A Custom Jupyter Widget Library

Installation

You can install using pip:

pip install ipyaliplayer

Or if you use jupyterlab:

pip install ipyaliplayer
jupyter labextension install @jupyter-widgets/jupyterlab-manager

If you are using Jupyter Notebook 5.2 or earlier, you may also need to enable the nbextension:

jupyter nbextension enable --py [--sys-prefix|--user|--system] ipyaliplayer

Development

docker run --rm -it -p 8888:8888 -v $(pwd):/home/jovyan jupyter/minimal-notebook bash
pip install -e ".[test, examples]"
jupyter nbextension install --sys-prefix --symlink --overwrite --py ipyaliplayer
jupyter nbextension enable --sys-prefix --py ipyaliplayer
jupyter notebook

http://localhost:8888

Publish

python setup.py sdist bdist_wheel
pip install twine
twine upload dist/ipyaliplayer-*
0.5.0

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago