Metadata-Version: 2.1
Name: jupyter-utility-widgets
Version: 0.0.4
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ipywidgets>=8.0.2
Requires-Dist: numpydoc
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: ipympl

# python-utility

Seeing I have been using a few widgets "patterns" over and over, I have decided to share and pack them in a convenient manner.

## Installation

`pip install jupyter-utility-widgets`

requires jupyterlab installation.

## Widgets

1. Index Selector
    A simple combination of widgets that help exploring a list of options.  
    see `examples/index_selector.ipynb`
2. File Selector
    A combination of widgets that help exploring the file system
    see `examples/file_selector.ipynb`
3. Spectrogram Viewer
    A class for viewing spectrogram of data, with a simultaneous zoomed view.
    see `examples/spectrogram.ipynb`
4. Numerical Output
    A widget for inputing numerical values e.g. 1, 0.3333, 4/5
    seee `examples/numerical_input.ipynb`

