What’s new
This release introduces some new features and many improvements and bug fixes, totaling about
133 closed issues,
303 merged PRs, and 9 months in the making. For a complete list of changes, see the
changelog.
File sorting in the dashboardFiles in the dashboard may now be sorted by last modified date or name.
Edit keyboard shortcuts
Since IPython 2.0, it has been possible to customize keyboard shortcuts, but it involved editing your custom.js or otherwise writing code against the notebook. It’s now possible to edit keyboard shortcuts using a dialog in the Help menu. We support both emacs-like (multiple keys at once) and vim-like (sequence of key) shortcuts. The available shortcuts are currently limited to
Command mode, but we invite contributors to add support for Edit mode!
Tip: You can also see keyboard shortcuts for commands in the command palette (Ctrl-Shift-P by default).
Cell tagsCell tags are a lightweight way to customize the behavior of tools working with notebooks. We're building support for them into tools like
nbconvert and
nbval. To start using tags, select Tags in the View > Cell Toolbar menu in a notebook.
Table styleThe new default table style is more compact and subtle and consistent with JupyterLab.
Before:
After:
CreditsThis release has been a team effort and we would like to thank the following 87 people who contributed:
We look forward to your feedback and contributions!