textslider

Text slider widget for Jupyter

BSD-3-CLAUSE License

Stars
0
Committers
1

textslider

TextSlider widget for Jupyter

Installation

You can install using pip:

pip install textslider

Or if you use jupyterlab:

pip install textslider
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] textslider