This repository contains the code/slides for HPC-Cafe on 14.12.2021.
- python
- venv
python3 -m venv venv
. ./venv/bin/activate
pip install -r requirements.txt
Open the jupyter notebook with jupyter-notebook numpy-basics.ipynb
. Click on Rise button to enter presentation.
With jupyter nbconvert *.ipynb --to slides
you can generate html slides of the notebooks.