Seeing I have been using a few widgets "patterns" over and over, I have decided to share and pack them in a convenient manner.
pip install jupyter-utility-widgets
requires jupyterlab installation.
- Index Selector
A simple combination of widgets that help exploring a list of options.
seeexamples/index_selector.ipynb
- File Selector
A combination of widgets that help exploring the file system
see
examples/file_selector.ipynb
- Spectrogram Viewer
A class for viewing spectrogram of data, with a simultaneous zoomed view.
see
examples/spectrogram.ipynb
- Numerical Output
A widget for inputing numerical values e.g. 1, 0.3333, 4/5
seee
examples/numerical_input.ipynb