0.1.1 • Published 6 years ago
jupyter-combobox v0.1.1
ipycombobox
A Jupyter-widgets combobox, based on using the <datalist>
HTML5 tag.
Installation
You can install using pip
:
pip install ipycombobox
Or if you use jupyterlab:
pip install ipycombobox
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] ipycombobox