Lightweight presentations for JupyterLab
pip install jupyterlab-deck
or
mamba install jupyterlab-deck
- Add slide metadata with the Advanced tools
- When viewing a Notebook, click the deck icon
- Use the navigation controls or keyboard shortcuts to navigate through the deck
- Exit the deck with shift+esc
Open a deck directly to a JupyterLab/JupyterLite URL with:
http://127.0.0.1:8888/lab?deck=intro.ipynb
pip uninstall jupyterlab-deck
or
conda remove jupyterlab-deck