Serve slides locally:
jupyter nbconvert --to slides *.ipynb --post serve
Open the rendered Jupyter slideshow on github: https://nostra.github.io/neon/index.html
To open jupyter outside of Intellij:
python3 -m venv venv
source ./venv/bin/activate
pip install --upgrade jupyterlab
jupyter server
Then open: http://localhost:8888/lab
Render into build directory upon change:
source ./venv/bin/activate
fswatch -0 *.ipynb | xargs -0 -I {} make