ipyaliplayer
v0.5.0
Published
A Custom Jupyter Widget Library
Maintainers
Readme
ipyaliplayer
A Custom Jupyter Widget Library
Installation
You can install using pip:
pip install ipyaliplayerOr if you use jupyterlab:
pip install ipyaliplayer
jupyter labextension install @jupyter-widgets/jupyterlab-managerIf 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] ipyaliplayerDevelopment
docker run --rm -it -p 8888:8888 -v $(pwd):/home/jovyan jupyter/minimal-notebook bashpip install -e ".[test, examples]"
jupyter nbextension install --sys-prefix --symlink --overwrite --py ipyaliplayer
jupyter nbextension enable --sys-prefix --py ipyaliplayer
jupyter notebookPublish
python setup.py sdist bdist_wheel
pip install twine
twine upload dist/ipyaliplayer-*