Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 718 Bytes

File metadata and controls

28 lines (19 loc) · 718 Bytes
page_type languages products
sample
qsharp
qdk

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.