Getting Started with MRICloudPy


Installation

Use the package manager pip to install mricloudpy.

pip install mricloudpy

Alternatively, clone this repository and install the package locally.

Running web app GUI

To use the web app GUI, clone this repository and install panel and jupyter as well:

pip install panel jupyter

Then start the Bokeh server on your local machine:

cd ./app
panel serve app.py