Metadata-Version: 2.4
Name: qsharp-jupyterlab
Version: 1.26.2.dev0
Summary: Q# extension for JupyterLab
Project-URL: Homepage, https://github.com/microsoft/qdk
Project-URL: Bug Tracker, https://github.com/microsoft/qdk/issues
Project-URL: Repository, https://github.com/microsoft/qdk.git
Author: Microsoft
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: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Q# Language Support for JupyterLab

Q# is an open-source, high-level programming language for developing and running quantum algorithms.
The `qsharp-jupyterlab` extension provides syntax highlighting for Q# documents and Q# notebook
cells in JupyterLab.

## Installation

To install the Q# JupyterLab extension, run:

```bash
pip install qsharp-jupyterlab
```

To run Q# in Jupyter notebooks, remember to also install the `qsharp` package: [https://pypi.org/project/qsharp].

## Support

For more information about the Microsoft Quantum Development Kit, visit [https://aka.ms/qdk](https://aka.ms/qdk).

## Contributing

Q# welcomes your contributions! Visit the Q# GitHub repository at [https://github.com/microsoft/qdk] to find out more about the project.
