Skip to content

Latest commit

 

History

History

talk

Docker 101

HTML Slides

How to use view it?

Just open the slides in your preferred format:

How to play with it?

  1. Install requirements
$ pip install -r requirements.txt
  1. Start the notebook server
$ jupyter notebook Docker101.ipynb

, and a new browser pointing to the notebook will be raised

Render slides in html format

$ jupyter nbconvert --to slides Docker101.ipynb --post serve

Slides mode inside the notebook

To see the slides inside the notebook, just activate RISE extension

$ jupyter-nbextension install rise --py --sys-prefix
$ jupyter-nbextension enable rise --py --sys-prefix

, and press "Alt + R"