Just open the slides in your preferred format:
- Install requirements
$ pip install -r requirements.txt
- Start the notebook server
$ jupyter notebook Docker101.ipynb
, and a new browser pointing to the notebook will be raised
$ jupyter nbconvert --to slides Docker101.ipynb --post serve
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"