Skip to content

Latest commit

 

History

History

cirq-notebook

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Cirq-notebook

Cirq-notebook is a Jupyter Docker Stack image for Google Cirq.

This image includes the contrib packages.

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

Alternatives

One may create a Docker image based on Google's docker image:

One can extend Tensorflow docker with jupyter extension by installing tensorflow-quantum package.