page_type | languages | products | description | urlFragment | ||
---|---|---|---|---|---|---|
sample |
|
|
This sample shows how to use Jupyter Notebook as a host program to run Q# applications. |
intro-to-qsharp-jupyter |
This sample demonstrates:
- How to use Jupyter Notebook as a host program to run Q# applications.
- The Microsoft Quantum Development Kit.
- Jupyter Notebook
From the command line, start Jupyter Notebook and open the Notebook.ipynb file.
jupyter notebook Notebook.ipynb
- Notebook.ipynb: a Jupyter Notebook demonstrating how to simulate Q# operations and functions.
- Operations.qs: Q# code called from the Jupyter Notebook for this sample.