Jupyter notebook with Microsoft QDK (quantum development kit) and Q# kernel
10K+
Qsharp-notebook is a Jupyter Docker Stack image for Microsoft QDK and Q# programming language.
This image includes the .NET SDK and the Q# kernel for Jupyter.
It also includes pytest and matplotlib to run Quantum Katas.
After executing the following command, connect to localhost:8888/?token=blahblah through the link in the text that comes out.
docker run -it --rm -p 8888:8888 sanori/qsharp-notebook
You can save Jupyter notebooks in the current directory by attaching the current directory ($PWD) to work directory as follows:
docker run -it --rm -p 8888:8888 -v "$PWD":/home/jovyan/work sanori/qsharp-notebook
The Quantum Katas is a good starting point for learning quantum computing and Q# language.
One can download the Katas and solve exercises locally with this docker image as follows:
git clone https://github.com/Microsoft/QuantumKatas.git
docker run --rm -it -p 8888:8888 -v "$PWD/QuantumKatas":/home/jovyan/QuantumKatas sanori/qsharp-notebook
One may create a Docker image based on Microsoft's docker images:
Content type
Image
Digest
Size
737.4 MB
Last updated
about 4 years ago
docker pull sanori/qsharp-notebook