Metadata-Version: 2.4
Name: jupyter-utility-widgets
Version: 0.0.7b0
Summary: Assortment of reusable common jupyter widget patterns
Project-URL: Homepage, https://github.com/shaielc/jupyter-utility-widgets
Project-URL: Source, https://github.com/shaielc/jupyter-utility-widgets
Project-URL: Bug Tracker, https://github.com/shaielc/jupyter-utility-widgets/issues
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
Dynamic: license-file

# python-utility

This project is an assortment of random composite widgets,
Seeing I have been using a few widgets "patterns" over and over,
I have decided to pack and share them in a convenient package.

## 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`

