We are pleased to announce the release of Jupyter Notebook version 5.0. This is the first major release of the Jupyter Notebook since version 4.0 and the "Big Split” of IPython and Jupyter. This release adds some long-awaited features, such as cell tagging, customizing keyboard shortcuts, copying & pasting cells between notebooks, and a more attractive default style for tables. It also comes with many improvements and bug fixes. This release does not introduce any breaking API changes.
You can install the new version of the notebook now using pip:
pip install --upgrade notebook
Or conda (it may be a few days before packages are available):
conda upgrade notebook
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 complete list of changes, see the changelog.
File sorting in the dashboard
Files in the dashboard may now be sorted by last modified date or name.
Image may be NSFW.
Clik here to view.
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!
Image may be NSFW.
Clik here to view.
Tip: You can also see keyboard shortcuts for commands in the command palette (Ctrl-Shift-P
by default).
Cell tags
Cell 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.
Image may be NSFW.
Clik here to view.
Table style
The new default table style is more compact and subtle and consistent with JupyterLab.
Before:
Image may be NSFW.
Clik here to view.
After:
Image may be NSFW.
Clik here to view.
Credits
This release has been a team effort and we would like to thank the following 87 people who contributed:
- Min RK (minrk)
- Thomas Kluyver (takluyver)
- M Pacer (mpacer)
- Matthias Bussonnier (Carreau)
- Grant Nestor (gnestor)
- Carol Willing (willingc)
- Steven Silvester (blink1073)
- Matthias Geier (mgeier)
- Safia Abdalla (captainsafia)
- Jason Grout (jasongrout)
- Julien Rebetez (julienr)
- Peter Parente (parente)
- Sylvain Corlay (SylvainCorlay)
- Jonathan Frederic (jdfreder)
- Brian E. Granger (ellisonbg)
- jakirkham (jakirkham)
- Andreas Mueller (amueller)
- Yuvi Panda (yuvipanda)
- Nathan Daly (NHDaly)
- Bernhard Liebl (poke1024)
- Rob Nagler (robnagler)
- Vidar Tonaas Fauske (vidartf)
- Adam Johnson (adamchainz)
- Philipp A. (flying-sheep)
- Jonathan (vanillajonathan)
- Paul Ivanov (ivanov)
- Daniel Krenn (dkrenn)
- jakirkham (kikocorreoso)
- Vivian Fang (vivi)
- ebraminio (ebraminio)
- Lorenzo Gasparini (joined)
- Kyle Kelley (rgbkrk)
- Nicholas Bollweg (bollwyvl)
- John Detlefs (jdetle)
- Samar Sultan (samarsultan)
- Adam Eury (aleury)
- Louise Davies (louise-davies)
- tonycpsu (tonycpsu)
- John B Nelson (jbn)
- Christoph Klein (ctk3b)
- Himani Arora (himani1)
- Carlos Cordoba (ccordoba12)
- Eric Dill (ericdill)
- Anelia Dimitrova (adimitrova)
- Sergei Lebedev (superbobry)
- Jinesh Mehta (jinmehta13)
- niole (niole)
- Jan Schulz (janschulz)
- Doug Blank (dsblank)
- Jeremy Kun (j2kun)
- clarka34 (clarka34)
- Jaeho Shin (netj)
- Stuart Geiger (staeiou)
- vlimant (vlimant)
- Elliot Kirk (eskirk)
- Pierre (Fitz3012)
- Scott Sanderson (ssanderson)
- Natalie Perna (natalieperna)
- Dennis (pleabargain)
- Dave Hirschfeld (dhirschfeld)
- Paul Gowder (paultopia)
- Justin Tyberg (jtyberg)
- Andrew Shaffer (ashaffer)
- Yuval Langer (yuvallanger)
- Srinivas Reddy Thatiparthy (srinivasreddy)
- Remi Rampin (remram44)
- sri (varmas)
- Frederik Nordahl Jul Sabroe (FrederikNS)
- Jessime (Jessime)
- John Emmons (JCEmmons)
- Laurent Duchesne (lduchesne)
- alexandercbooth (alexandercbooth)
- chchen (cc272309126)
- Ryan Lovett (ryanlovett)
- Derek Sifford (dsifford)
- Bernie Randles (brandles)
- Thomas Fors (tfors)
- Pierre Gerold (parleur)
- Livia Barazzetti (livia-b)
- VladMironov (VladMironov)
- Diego Mesa (diego898)
- maxalbert (maxalbert)
- nvdv (nvdv)
- Isak Falk (IsakFalk)
- Steve Holden (steveholden)
- Maarten Breddels (maartenbreddels)
- Bartosz Telenczuk (btel)
We look forward to your feedback and contributions!