0.1.1 • Published 5 years ago

jupyter-combobox v0.1.1

Weekly downloads
1
License
BSD-3-Clause
Repository
github
Last release
5 years ago

ipycombobox

Build Status codecov

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