Metadata-Version: 2.4
Name: clio-jupyter
Version: 0.1.16
Summary: Clio: browse figures generated in Jupyter notebooks from JupyterLab.
Author: LPurcell
License-Expression: MIT
Project-URL: Homepage, https://github.com/Lucas-Purcell/clio
Project-URL: Repository, https://github.com/Lucas-Purcell/clio
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jupyterlab<5,>=4
Dynamic: license-file

# Clio – Figure Explorer for JupyterLab

Clio collects PNG figures from open Jupyter notebooks into a searchable, comparable, and exportable gallery. It provides a notebook sidebar, gallery views in the main area or side panel, and an optional separate browser window for a second monitor.

## Installation

```bash
pip install clio-jupyter
```

Restart JupyterLab after installation. Use the Command Palette to run `Clio: Open Gallery as Tab`.

Clio is a prebuilt JupyterLab 4 extension: end users do not need Node.js or a local extension build.

## Highlights

- Discovers PNG figures from all open notebooks.
- Searches and filters by title, notebook, tag, and source code.
- Supports zoomable previews, multi-selection, comparison mode, keyboard navigation, and cell reveal.
- Saves PNG files, exports PDFs, and copies images.

For developer documentation, see the [JupyterLab extension source](https://github.com/Lucas-Purcell/clio/tree/main/jupyterlab). For release history, see the [Clio JupyterLab changelog](https://github.com/Lucas-Purcell/clio/blob/main/python/CHANGELOG.md).

## License

Clio is released under the MIT License.
