Metadata-Version: 2.5
Name: jupyterlab_support
Version: 1.0.5
Summary: A JupyterLab extension to use hpc-assist CLI into Jupyterlab
Project-URL: Homepage, https://gitlab.dkrz.de/SofianeB/jupyterlab-support
Project-URL: Bug Tracker, https://gitlab.dkrz.de/SofianeB/jupyterlab-support/issues
Project-URL: Repository, https://github.com/SofianeB/jupyterlab-support.git
Author: Bendoukha
License-Expression: BSD-3-Clause
License-File: LICENSE
Keywords: jupyter,jupyterlab,jupyterlab-extension
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
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Requires-Dist: jupyter-server<3,>=2.13.0
Provides-Extra: dev
Requires-Dist: jupyter-builder>=1.2.0; extra == 'dev'
Requires-Dist: jupyterlab>=4; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-asyncio; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-jupyter[server]>=0.6.0; extra == 'test'
Description-Content-Type: text/markdown

# jupyterlab_support

[![Build](https://github.com/SofianeB/jupyterlab-support/actions/workflows/build.yml/badge.svg)](https://github.com/SofianeB/jupyterlab-support/actions/workflows/build.yml)

A JupyterLab extension.

This extension is composed of a Python package named `jupyterlab_support`
for the server extension and a NPM package named `jupyterlab_support`
for the frontend extension.

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install jupyterlab_support
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_support
```

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

## Contributing

If you would like to contribute to this extension, please refer to the [Contributing Guide](CONTRIBUTING.md).
