Sign inSign up

sanori/qiskit-notebook

By sanori

Updated over 1 year ago

Jupyter notebook with IBM Qiskit quantum computing

Image
1

5.9K

sanori/qiskit-notebook repository overview

Qiskit-notebook

Qiskit-notebook is a Jupyter Docker Stack image for IBM Qiskit.

This image includes the visualization package.

How to use

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/qiskit-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/qiskit-notebook

Tag summary

Content type

Image

Digest

sha256:4a368ca16

Size

566.2 MB

Last updated

over 1 year ago

docker pull sanori/qiskit-notebook