This project aims to introduce you to working with CPACS. You can download/clone it and run the Jupyter Notebooks on your local PC or you can run it directly in your browser via Binder:
It is recommended to use Conda as a Python package and environment manager. Create a new environment from the environment.yml
file:
conda env create -f environment.yml
Activate our new python-environment via:
conda activate cpacsSeminar
Call Jupyter:
jupyter-notebook
A browser should open automatically (if not, copy and paste the URL shown in the conda terminal into your browser). Navigate to the Notebook exercises (*.ipynb
) and click to open.
-
Have a look at the Conda cheat sheet to get a quick overview of Conda.
-
I like to use the JupyterLab extension when working with Jupyter Notebooks. Install an run it in your activated conda environment via:
conda install jupyterlab -y
jupyter lab