/physexp2

Primary LanguageJupyter NotebookMIT LicenseMIT

Support de cours pour Physique Expérimentale 2 (2PY215)

https://guiguem.github.io/physexp2/

Docker

docker build -t physexp2 .
docker run -v $(pwd):/home/builder/physexp2 -it physexp2 /bin/bash
jupyter-book build physexp2/

Conda environment

conda env create -f env.yaml --solver libmamba
jupyter-book build physexp2/ # for html build
jupyter-book build physexp2/ --builder pdflatex # for latex build