A collection of some presentations given at PyCon Thailand 2018.
Anyone is welcome to submit issues regarding any errors contained in these presentations.
From inside a presentation directory,
-
Install packages via
pipenv
:$ pipenv install
-
Run post-installation script to enable RISE extension in Jupyter notebooks:
$ pipenv run post-install
-
Start a new Jupyter notebook session:
$ pipenv run jupyter notebook
-
Viewing the presentation: Browse for a notebook to view and press
Alt-R
to start (or end) the presentation.Use
Space
andShift-Space
to navigate between elements inside the presentation. Other Jupyter notebook-specific commands should still work.
Assuming that the first three steps from Environment Setup are followed, here is how to create a new presentation with RISE:
- Create a new notebook.
- Show the presentation toolbar by clicking the top-bar menu:
View > Cell Toolbar > Slideshow
. - Go rogue!