-
Make sure you have a recent version of
conda
installed (we recommend miniforge). To test this, open your terminal/command line/conda prompt and try to run the commandconda
. -
Download this file and extract to a folder of your choice (or clone the repository https://github.com/serpentine-h2020/serpentine if you know how to use
git
). -
Open your terminal/command line/conda prompt, navigate to the downloaded (extracted) folder
notebooks/sep_analysis_tools
that contains the filerequirements.txt
, and run the following:$ conda create --name serpentine python=3.11 $ conda activate serpentine $ pip install -r requirements.txt
- Open your terminal/command line/conda prompt.
- In the terminal, navigate to the downloaded (extracted) folder
notebooks/sep_analysis_tools
that contains some.ipynb
files. - Make sure the corresponding conda environment is activated by running
conda activate serpentine
in the terminal. - Run
jupyter notebook
- Your standard web-browser should now open the Jupyter interface, where you can double click on the corresponding
.ipynb
files to launch them.