JupysenterJupysenter enhances the presentation of Jupyter Notebooks in VS Code by enabling smooth navigation using PageUp/PageDown keys — ideal for teaching or when using a wireless presenter. ✨ Features
🚀 How to UseWhen teaching at university, I needed a way to present Jupyter Notebooks like slides (e.g., with RISE) — while retaining full interactivity and the ability to edit and execute code on the fly. Jupysenter modifies the behavior of the Up/Down (PageUp/PageDown) keys in VS Code notebooks:
This enables a presentation-like experience while maintaining the full power of interactive notebooks. 📏 Presentation TipBecause display space is limited, design your notebooks like slides:
For example, a code cell:
Followed by a (separate) output/display cell:
🛠️ Alternatives / Manual SetupYou can achieve something similar using the custom keybindings below (in VS Code Shift+Ctrl+P). However, Jupysenter goes a step further by also scrolling the cell into view at the top of the screen — making it ideal for hands-free navigation with presenter tools.
|