Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Running the mini-book code examples

Here we suggest the following options to run the code notebooks in this mini-book:

Option 1: Running on your local machine (preferred)

To run the notebooks on your local machine, you will first need to install CUQIpy and its dependencies. CUQIpy installation instructions can be found here.

You can then download each notebook by clicking on the download button at the top-right corner of the notebook, and run it on your local machine.

An alternative to using the download button, you can clone the book repository and run the notebooks on your local machine. To clone it using command line tools, run the following command inside the directory where you want to clone the repository:

git clone https://github.com/CUQI-DTU/CUQI-Book.git

Option 2: Running using the launch button (for quick exploration)

You can run the notebooks using the launch button (a “rocket” icon at the top-right corner of each notebook) which gives you two options:

Click on the option that you prefer.

Notes:

!pip install cuqipy