0.1.1 • Published 7 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 ipycomboboxOr if you use jupyterlab:
pip install ipycombobox
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] ipycombobox