Metadata-Version: 2.4
Name: jupyterlab-optuna
Version: 0.3.0
Dynamic: Keywords
Summary: A JupyterLab extension for Optuna
Project-URL: Homepage, https://github.com/optuna/optuna-dashboard
Project-URL: Bug Tracker, https://github.com/optuna/optuna-dashboard/issues
Project-URL: Repository, https://github.com/optuna/optuna-dashboard.git
Author: Optuna Development Team
Classifier: Framework :: Jupyter
Classifier: Framework :: Jupyter :: JupyterLab
Classifier: Framework :: Jupyter :: JupyterLab :: 4
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions
Classifier: Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.8
Requires-Dist: bottle>=0.13.0
Requires-Dist: jupyter-server<3,>=2.0.1
Requires-Dist: optuna>=3.6.0
Requires-Dist: packaging
Requires-Dist: tomli; python_version < '3.11'
Provides-Extra: dev
Requires-Dist: jupyter; extra == 'dev'
Description-Content-Type: text/markdown

# jupyterlab-optuna

A JupyterLab extension for [Optuna Dashboard](https://github.com/optuna/optuna-dashboard).

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install jupyterlab-optuna
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab-optuna
```

## Troubleshoot

If you are seeing the frontend extension, but it is not working, check
that the server extension is enabled:

```bash
jupyter server extension list
```

If the server extension is installed and enabled, but you are not seeing
the frontend extension, check the frontend extension is installed:

```bash
jupyter labextension list
```

