diff --git a/README.md b/README.md index 85f55ee..208a5bd 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,30 @@ The command-line interface stays open in the background, +#### Interactive Presentation Mode & Live Coding + +`poetry install` also installs the + [RISE ](https://github.com/damianavila/RISE) + extension for Jupyter. +With that, the instructor can execute code in *presentation* mode during a class session. +However, the RISE extension does *not* work in the more recent + [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/) app + but only in the older [Jupyter Notebook](https://jupyter-notebook.readthedocs.io/en/stable/) app, + which comes with less features and a simpler [GUI](https://en.wikipedia.org/wiki/Graphical_user_interface). +The instructor can start the latter with: + +- `poetry run jupyter notebook` + +This also opens a new tab in the web browser. +After opening a notebook, + clicking on the button highlighted below + starts the presentation mode. + + + +Not all notebooks are designed for this presentation mode. + + ## Contributing Feedback **is highly encouraged** and will be incorporated. diff --git a/static/presentation_mode.png b/static/presentation_mode.png new file mode 100644 index 0000000..898d8e1 Binary files /dev/null and b/static/presentation_mode.png differ