OpenQP_with_Jupyter_Notebook - Open-Quantum-Platform/openqp GitHub Wiki

OpenQP with Jupyter Notebook

Quickstart

  1. Pull the Docker image:
docker pull openqp/openqp:jupyter_notebook
  1. Run the Docker container:
docker run -p 8888:8888 -v $(pwd):/data openqp/openqp:jupyter_notebook
  1. Access Jupyter Notebook in your browser at http://localhost:8888.

Example Files

Back