Metadata-Version: 2.5
Name: var_jupyter_lab
Version: 0.1.3
Summary: Markdown variables for Jupyter Lab Notebooks
Project-URL: Homepage, https://codeberg.org/divinemadman/var-jupyter-lab
Project-URL: Bug Tracker, https://codeberg.org/divinemadman/var-jupyter-lab/issues
Project-URL: Repository, https://codeberg.org/divinemadman/var-jupyter-lab.git
Author-email: Divine Madman <divinemadman@proton.me>
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
Provides-Extra: dev
Requires-Dist: jupyter-builder>=1.2.0; extra == 'dev'
Requires-Dist: jupyterlab>=4; extra == 'dev'
Description-Content-Type: text/markdown

# var_jupyter_lab

[![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)

Markdown variables for Jupyter Lab Notebooks

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install var_jupyter_lab
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall var_jupyter_lab
```

## Contributing

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