Metadata-Version: 2.1
Name: qsharp-jupyterlab
Version: 1.0.18.dev0
Summary: Q# extension for JupyterLab
Project-URL: Homepage, https://github.com/microsoft/qsharp
Project-URL: Bug Tracker, https://github.com/microsoft/qsharp/issues
Project-URL: Repository, https://github.com/microsoft/qsharp.git
Author: Microsoft
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
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-lang` package: [https://pypi.org/project/qsharp-lang].

## Support

For more documentation and to browse issues, please visit the Q# project wiki at [https://github.com/microsoft/qsharp/wiki].

## Contributing

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