microsoft/qdk

Public

mirrored fromhttps://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
92f542e70a6ca4eadffcee9e2e42c59c8f02df49

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

samples/python_interop/eval_single_file/README.md

7lines · modecode

1# An example of loading and running code from a Q# file
2
3This example shows how the `qsharp` Python package can load and execute a file containing
4Q# code.
5
6Most other samples show using a `qsharp.init` call to load a Q# project, or using Q# cells
7in Jupyter Notebooks. This example simply reads a Q# file from disk and evaluates it.
8