A Jupyter notebook with sample code that can be output to a presentation powered by reveal.js.
- Jupyter:
python3 -m pip install jupyter
jupyter notebook --ip=127.0.0.1 --port 8888
cp custom.css reveal.js/custom.csscd reveal.jsnpm install
jupyter nbconvert Structured_Logging.ipynb --template=jupyter_template.tpl --to slides --reveal-prefix='' --output-dir='./reveal.js'
cd reveal.jsnpm run startopen http://localhost:8000/Structured_Logging.slides.html