OpenQP_with_Jupyter_Notebook - Open-Quantum-Platform/openqp GitHub Wiki
OpenQP with Jupyter Notebook
Quickstart
- Pull the Docker image:
docker pull openqp/openqp:jupyter_notebook
- Run the Docker container:
docker run -p 8888:8888 -v $(pwd):/data openqp/openqp:jupyter_notebook
- Access Jupyter Notebook in your browser at
http://localhost:8888
.
Example Files
- For more examples, visit: Example Input Files