Skip to content

Releases: jupyter/notebook

Release v6.4.2

06 Aug 11:51
Compare
Choose a tag to compare

6.4.2

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @Amr-Ibra | @frenzymadness | @ilayh123 | @kevin-bates | @Nazeeh21 | @saiwing-yeung

Release v6.4.0

17 May 11:17
Compare
Choose a tag to compare

6.4.0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@afshin | @befeleme | @blink1073 | @faucct | @frenzymadness | @gamestrRUS | @jtpio | @kevin-bates | @minrk | @misterhay | @stef4k | @wggillen

Release v6.4.0rc0

12 May 18:26
Compare
Choose a tag to compare
Release v6.4.0rc0 Pre-release
Pre-release

6.4.0rc0

(Full Changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@afshin | @befeleme | @blink1073 | @faucct | @frenzymadness | @gamestrRUS | @jtpio | @kevin-bates | @minrk | @misterhay | @stef4k | @wggillen

6.3.0

22 Mar 10:26
Compare
Choose a tag to compare

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@abielhammonds | @afshin | @ajharry | @Alokrar | @befeleme | @blairdrummond | @blink1073 | @bollwyvl | @Carreau | @ChenChenDS | @cosmoscalibur | @dlrice | @dwanneruchi | @ElisonSherton | @FazeelUsmani | @frenzymadness | @goerz | @insolor | @jasongrout | @JianghuiDu | @JuzerShakir | @kevin-bates | @Khalilsqu | @meeseeksdev | @mgeier | @michaelpedota | @mjbright | @MSeal | @ncoughlin | @NTimmons | @ProsperousHeart | @rjn01 | @slw07g | @stenivan | @takluyver | @thomasrockhu | @wgilpin | @wxtt522 | @yuvipanda | @Zsailer

6.2.0

13 Jan 23:58
Compare
Choose a tag to compare

Merged PRs

  • Increase minimum tornado version (5933)
  • Adjust skip decorators to avoid remaining dependency on nose (5932)
  • Ensure that cell ids persist after save (5928)
  • Add reconnection to Gateway (form nb2kg) (5924)
  • Fix some typos (5917)
  • Handle TrashPermissionError, now that it exist (5894)

Thank you to all the contributors:

6.1.6

23 Dec 22:57
Compare
Choose a tag to compare

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @dtaniwaki | @jasongrout | @jmandreoli | @kevin-bates | @mgeier | @minrk | @mofanke | @rupalandge | @SylvainCorlay | @Zsailer

6.1.5

22 Dec 19:11
Compare
Choose a tag to compare

(full changelog)

Merged PRs

Contributors to this release

(GitHub contributors page for this release)

@adcdr | @bdbai | @bollwyvl | @cipri-tom | @cleebp | @deadln | @hrnciar | @kevin-bates | @kyteinsky | @lresende | @mriedem | @mueslo | @neurologic | @pablonm3 | @parmentelat | @pgajdos | @rahulporuri | @rgbkrk | @rjn01 | @rsokl | @sairampillai | @takluyver | @toonijn | @virejdasani | @web-sys1 | @Zsailer

6.1.4

08 Sep 17:59
d8308e1
Compare
Choose a tag to compare
  • Fix broken links to jupyter documentation #5686
  • Add additional entries to troubleshooting section #5695
  • Revert change in page alignment #5703
  • Bug fix: remove double encoding in download files #5720
  • Fix typo for Check in zh_CN #5730
  • Require a file name in the "Save As" dialog #5733

6.1.0rc1

08 Jun 14:36
36bc44a
Compare
Choose a tag to compare

SHA256 Hashes:

notebook-6.1.0rc1-py3-none-any.whl: 26ec53ac302735bc650eb112cc90ec73ce29dd38da0c61b5c1da4ab1dc0d96a7
notebook-6.1.0rc1.tar.gz: 162747997b118ab302efb8e8e60e0c1fac4b9cdd74ebef5d9829294ed873de9a

5.7.0

05 Nov 02:13
Compare
Choose a tag to compare

New features:

  • Update to CodeMirror to 5.37, which includes f-string sytax for
    Python 3.6 (#3816)
  • Update jquery-ui to 1.12 (#3836)
  • Check Host header to more securely protect localhost deployments
    from DNS rebinding. This is a pre-emptive measure, not fixing a
    known vulnerability (#3766). Use .NotebookApp.allow_remote_access
    and .NotebookApp.local_hostnames to configure access.
  • Allow access-control-allow-headers to be overridden (#3886)
  • Allow configuring max_body_size and max_buffer_size (#3829)
  • Allow configuring get_secure_cookie keyword-args (#3778)
  • Respect nbconvert entrypoints as sources for exporters (#3879)
  • Include translation sources in source distributions (#3925, #3931)
  • Various improvements to documentation (#3799, #3800, #3806,
    #3883, #3908)

Fixing problems:

  • Fix breadcrumb link when running with a base url (#3905)
  • Fix possible type error when closing activity stream (#3907)
  • Disable metadata editing for non-editable cells (#3744)
  • Fix some styling and alignment of prompts caused by regressions in
    5.6.0.
  • Enter causing page reload in shortcuts editor (#3871)
  • Fix uploading to the same file twice (#3712)

See the 5.7 milestone on GitHub for a complete list of pull
requests
involved in this release.