Overview of Notebook 7 features
mainNotebook 7 introduces several modern features while maintaining the classic document-centric user experience (where each notebook opens in a separate browser tab). Key features include:
- Debugger: Allows stepping through code cell by cell, setting breakpoints, and inspecting variables.
- Real Time Collaboration: Shared editing via the
jupyter-collaborationextension. - Table of Contents: A built-in sidebar for notebook navigation (enabled by default).
- Theming: Built-in Dark Mode and support for JupyterLab themes.
- Accessibility: Uses CodeMirror 6 for improved text editor accessibility.
- Mobile Support: Automatically switches to a compact layout on mobile devices.