Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

vidartf/ipycombobox

Repository files navigation

Deprecated

This component has now been merged into ipywidgets. As such, this repo is deprecated, and all issues/changes should be subitted to the ipywidgets repo.

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