Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 1.11 KB

File metadata and controls

33 lines (23 loc) · 1.11 KB
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.