Skip to content
/ neon Public

Create a standalone Kubernetes DevOps setup as a Minimum Viable Platform

License

Notifications You must be signed in to change notification settings

nostra/neon

Repository files navigation

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