Workshop at OpenMR Benelux 2020
In this workshop, you will learn the basics of Jupyter notebook, python, and SimpleITK
-
See the video below:
-
Or follow the instructions below:
- Download Anaconda, a python platform:
- Go to anaconda.com/distribution and click on
Download
- Select your operating system and click on
Download
- Once downloaded, install anaconda as you would do for any software.
- Download the material from GitHub:
- In this page, click on the green
Clone or download
button above, and thenDownload Zip
. Download the files in a folder of your choice. - Once downloaded, unzip the files
- Install a few python packages that we will need and download the images that we will use:
- Open Anaconda by double-clicking on it
- Launch JupyterLab
- In the left panel, navigate to the folder you downloaded from GitHub
- Double click on the file
0_setup.ipynb
to open it - Run the cells by going to
Run
->Run All Cells
- Go to your workshop folder and unzip the downloaded images.
If you have any issue during the installation, go to the top of this page, click the tab Issue
, and open an new issue. I will be happy to reply to you.
See you at the workshop!