microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
jupyterlab/README.md
23lines · modecode
| 1 | # Q# Language Support for JupyterLab |
| 2 | |
| 3 | Q# is an open-source, high-level programming language for developing and running quantum algorithms. |
| 4 | The `qsharp-jupyterlab` extension provides syntax highlighting for Q# documents and Q# notebook |
| 5 | cells in JupyterLab. |
| 6 | |
| 7 | ## Installation |
| 8 | |
| 9 | To install the Q# JupyterLab extension, run: |
| 10 | |
| 11 | ```bash |
| 12 | pip install qsharp-jupyterlab |
| 13 | ``` |
| 14 | |
| 15 | To run Q# in Jupyter notebooks, remember to also install the `qsharp` package: [https://pypi.org/project/qsharp]. |
| 16 | |
| 17 | ## Support |
| 18 | |
| 19 | For more information about the Azure Quantum Development Kit, visit [https://aka.ms/AQ/Documentation](https://aka.ms/AQ/Documentation). |
| 20 | |
| 21 | ## Contributing |
| 22 | |
| 23 | Q# welcomes your contributions! Visit the Q# GitHub repository at [https://github.com/microsoft/qsharp] to find out more about the project. |
| 24 | |