Metadata-Version: 2.4
Name: odc-ui
Version: 1.9.0
Summary: Notebook display helper methods
Author-email: Open Data Cube <earth.observation@ga.gov.au>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/opendatacube/odc-tools/
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: datacube<1.10.0,>=1.9.2
Requires-Dist: ipyleaflet
Requires-Dist: ipython
Requires-Dist: ipywidgets>=8.0
Requires-Dist: jupyter_ui_poll
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: odc-algo
Requires-Dist: odc-geo
Requires-Dist: pandas
Requires-Dist: rasterio
Requires-Dist: xarray
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Dynamic: license-file

odc.ui
======

Notebook display helper methods

Installation
------------

```
pip install odc-ui
```

Make sure `ipywidgets` and `ipyleaflet` are installed and enabled:

```
jupyter nbextension enable --py widgetsnbextension
jupyter nbextension enable --py ipyleaflet
```

If using jupyter lab do this as well:

```
jupyter labextension install --no-build @jupyter-widgets/jupyterlab-manager
jupyter labextension install --no-build jupyter-leaflet
jupyter lab build
```

Usage
-----

TODO
