page_type sample languages qsharp products qdk description This sample shows how to use Jupyter Notebook as a host program to run Q# applications. urlFragment intro-to-qsharp-jupyter Intro to Q# and Jupyter Notebook This sample demonstrates: How to use Jupyter Notebook as a host program to run Q# applications. Prerequisites The Microsoft Quantum Development Kit. Jupyter Notebook Running the Sample From the command line, start Jupyter Notebook and open the Notebook.ipynb file. jupyter notebook Notebook.ipynb Manifest 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.