Metadata-Version: 2.4
Name: jupyterlab_markdown_live_preview
Version: 0.1.0
Summary: Colab-style live side-by-side markdown preview for JupyterLab notebook cells
Project-URL: Homepage, https://github.com/visheshpanchal/jupyterlab-markdown-live-preview
Project-URL: Bug Tracker, https://github.com/visheshpanchal/jupyterlab-markdown-live-preview/issues
Project-URL: Repository, https://github.com/visheshpanchal/jupyterlab-markdown-live-preview.git
Author-email: Vishesh Panchal <visheshpanchal145@gmail.com>
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

# jupyterlab_markdown_live_preview

[![Github Actions Status](https://github.com/visheshpanchal/jupyterlab-markdown-live-preview/workflows/Build/badge.svg)](https://github.com/visheshpanchal/jupyterlab-markdown-live-preview/actions/workflows/build.yml)

Colab-style live side-by-side markdown preview for JupyterLab notebook cells

## Requirements

- JupyterLab >= 4.0.0

## Install

To install the extension, execute:

```bash
pip install jupyterlab_markdown_live_preview
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall jupyterlab_markdown_live_preview
```

## Contributing

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