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.css
cd reveal.js
npm install
jupyter nbconvert Structured_Logging.ipynb --template=jupyter_template.tpl --to slides --reveal-prefix='' --output-dir='./reveal.js'
cd reveal.js
npm run start
open http://localhost:8000/Structured_Logging.slides.html