Skip to content

OpenQP_with_Jupyter_Notebook

Alireza Lashkaripour edited this page Dec 13, 2024 · 3 revisions

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

Clone this wiki locally