Jupyter notebook templates for science projects.
mamba
is used here but can be exchanged with conda
.
Change ENV_NAME
below to your desired environment name.
mamba create -n ENV_NAME python=3.12
mamba activate ENV_NAME
Install basic packages:
mamba install -c conda-forge jupyterlab numpy matplotlib scienceplots watermark ipympl