https://github.com/agussomacal/ROMHighContrast
src/notebooks/InverseProblemPipeline.ipynb
https://github.com/georgexxu/ProgrammingAssignment
https://github.com/mroberto166/CEMRACS_CS3
notebook.ipynb
https://github.com/maguerrap/CEMRACS2023
course_1
pip
python -m venv course_1
source course_1/bin/activate
.\course_1\Scripts\activate
pip install -r requirements.txt
conda
conda create --name course_1 -c conda-forge --file requirements.txt
conda activate course_1
python -m ipykernel install --user --name=course_1
jupyter notebook
jupyter-notebook
python
git clone https://github.com/georgexxu/ProgrammingAssignment.git
git clone https://github.com/mroberto166/CEMRACS_CS3
git clone https://github.com/maguerrap/CEMRACS2023