Releases: jupyter/notebook
v7.0.0a3
7.0.0a3
Highlights
This new 7.0 pre-release brings a couple of user-facing enhancements.
Update to JupyterLab 4.0.0a24
The core packages have been updated to the latest JupyterLab 4.0 pre-release, bringing bug fixes and improvements automatically to Notebook v7.
File Browser Checkboxes
The File Browser checkboxes is a new feature added in JupyterLab 4.0.0a24 and enabled by default in Notebook v7. It is convenient to select multiple files without using the keyboard and on mobile devices.
It also matches the classic notebook UI more closely.
File Browser Toolbar
Buttons have been updated and moved to the right of the toolbar.
The New dropdown menu can be used to create new notebooks, files, consoles, terminals and directories:
Notebook look and feel
The blank space at the bottom of the notebook has been removed. This is now closer to the look and feel of the classic notebook:
Enhancements made
- Show file checkboxes by default in the file browser #6377 (@jtpio)
- Remove blank space at the bottom of the notebook #6376 (@jtpio)
- Add a label to the upload button #6374 (@jtpio)
- Update to JupyterLab 4.0.0a24 #6371 (@jtpio)
- Initialize handler page_config from Server traitlets #6366 (@bollwyvl)
- Add project URLs to setup.cfg #6346 (@tlinhart)
- Update to JupyterLab 4.0.0a23 #6336 (@jtpio)
Bugs fixed
Maintenance and upkeep improvements
- Add UI tests for a simple notebook #6380 (@jtpio)
- Bump async from 2.6.3 to 2.6.4 in /ui-tests #6370 (@dependabot)
- Fix build workflow on CI #6369 (@jtpio)
- [pre-commit.ci] pre-commit autoupdate #6365 (@pre-commit-ci)
- [pre-commit.ci] pre-commit autoupdate #6355 (@pre-commit-ci)
- Bump moment from 2.29.1 to 2.29.2 #6352 (@dependabot)
- Bump moment from 2.29.1 to 2.29.2 in /ui-tests #6351 (@dependabot)
- Clean up pre-commit #6349 (@blink1073)
- Update to TypeScript 4.6 #6345 (@jtpio)
- [pre-commit.ci] pre-commit autoupdate #6343 (@pre-commit-ci)
- Add pytest and handle warnings #6338 (@blink1073)
- Add flake8 and git-blame-ignore-revs #6337 (@blink1073)
- Run Autoformatters #6335 (@blink1073)
- Bump minimist from 1.2.5 to 1.2.6 #6334 (@dependabot)
- Bump minimist from 1.2.5 to 1.2.6 in /ui-tests #6333 (@dependabot)
- Bump ansi-regex from 3.0.0 to 3.0.1 in /ui-tests #6332 (@dependabot)
- Adopt pre-commit #6331 (@blink1073)
Documentation improvements
- Link to v6 plan in the README #6375 (@echarles)
- Copy edits in config, edits bug report template #6364 (@jweill-aws)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @bollwyvl | @dependabot | @echarles | @github-actions | @jtpio | @jweill-aws | @pre-commit-ci | @tlinhart
v6.4.11
6.4.11
Bugs fixed
Maintenance and upkeep improvements
- Add testpath to the test dependencies. #6357 (@echarles)
- Temporary workaround to fix js-tests related to sanitizer js loading by phantomjs #6356 (@echarles)
- Use place-hold.it instead of plaecehold.it to create image placeholders #6320 (@echarles)
- Migrate to python 3.7+ #6260 - Fixes #6256 (@penguinolog)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @echarles | @fcollonval | @github-actions | @jtpio | @penguinolog
v7.0.0a2
7.0.0a2
Enhancements made
- Add support for opening a document with a different factory #6315 (@jtpio)
- Minor copy edit in README #6313 (@jweill-aws)
Bugs fixed
Maintenance and upkeep improvements
Documentation improvements
- docs: fix spelling #6317 (@dijonkitchen)
- Minor copy edit in README #6313 (@jweill-aws)
- Update example notebook on Binder #6306 (@jtpio)
Contributors to this release
(GitHub contributors page for this release)
@dijonkitchen | @fcollonval | @github-actions | @jtpio | @jweill-aws
v7.0.0a1
7.0.0a1
Enhancements made
Maintenance and upkeep improvements
- Clean up CI #6304 (@blink1073)
- Remove the custom run keyboard shortcut #6303 (@jtpio)
- Bump nanoid from 3.1.30 to 3.3.1 in /ui-tests #6302 (@dependabot)
- Bump simple-get from 3.1.0 to 3.1.1 in /ui-tests #6301 (@dependabot)
- Bump url-parse from 1.5.4 to 1.5.10 in /ui-tests #6300 (@dependabot)
- Bump node-fetch from 2.6.6 to 2.6.7 in /ui-tests #6299 (@dependabot)
- Bump follow-redirects from 1.14.5 to 1.14.9 in /ui-tests #6298 (@dependabot)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dependabot | @github-actions | @jtpio | @kevin-bates | @Zsailer
v6.4.8
6.4.8
Bugs fixed
- Fix to remove potential memory leak on Jupyter Notebooks ZMQChannelHandler code #6251 (@Vishwajeet0510)
Contributors to this release
v6.4.7
6.4.7
Bugs fixed
- Fix Chinese punctuation #6268 (@LiHua-Official)
- Add date field to kernel message header #6265 (@kevin-bates)
- Fix deprecation warning #6253 (@tornaria)
Maintenance and upkeep improvements
- Enforce labels on PRs #6235 (@blink1073)
- Fix: CI error for python 3.6 & macOS #6215 (@penguinolog)
Other merged PRs
- handle KeyError when get session #6245 (@ccw630)
- Updated doc for passwd #6209 (@antoinecarme)
Contributors to this release
(GitHub contributors page for this release)
@antoinecarme | @blink1073 | @ccw630 | @kevin-bates | @LiHua-Official | @penguinolog | @tornaria
v6.4.6
6.4.6
Bugs fixed
- Fix
asyncioerror when opening notebooks #6221 (@dleen) - Change to use a universal Chinese translation on certain words #6218 (@jackexu)
- Fix Chinese translation typo #6211 (@maliubiao)
- Fix
send2trashtests failing on Windows #6127 (@dolfinus)
Maintenance and upkeep improvements
- TST: don't look in user site for serverextensions #6233 (@bnavigator)
- Enable terminal tests as
pywinptyis ported for python 3.9 #6228 (@nsait-linaro)
Contributors to this release
(GitHub contributors page for this release)
@bnavigator | @dleen | @dolfinus | @jackexu | @kevin-bates | @maliubiao | @nsait-linaro | @takluyver | @Zsailer
v6.4.5
6.4.5
Bug fixes
- Recover from failure to render mimetype #6181 (@martinRenou)
Maintenance and upkeep improvements
- Fix crypto handling #6197 (@blink1073)
- Fix
jupyter_clientwarning #6178 (@martinRenou)
Documentation improvements
- Fix nbsphinx settings #6200 (@mgeier)
- Fully revert the pinning of
nbsphinxto 0.8.6 #6201 (@kevin-bates) - Pin
nbsphinxto 0.8.6, clean up orphaned resources #6194 (@kevin-bates) - Fix typo in docstring #6188 (@jgarte)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @jgarte | @kevin-bates | @martinRenou | @mgeier
Release v6.4.4
6.4.4
Documentation improvements
- Update Manual Release Instructions #6152 (@blink1073)
Other merged PRs
- Use default JupyterLab CSS sanitizer options for Markdown #6160 (@krassowski)
- Fix syntax highlight #6128 (@massongit)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @kevin-bates | @krassowski | @massongit | @minrk | @Zsailer
Release v6.4.3
6.4.3
Bugs fixed
Maintenance and upkeep improvements
- Clean up link checking #6130 (@blink1073)



