Skip to content

Latest commit

 

History

History
 
 

intro-to-iqsharp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
page_type languages products description urlFragment
sample
qsharp
qdk
This sample shows how to use Jupyter Notebook as a host program to run Q# applications.
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

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.