Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 529 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 529 Bytes

Neon

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

For ease of working with slides

Render into build directory upon change:

source ./venv/bin/activate
fswatch -0 *.ipynb | xargs -0 -I {} make