Page MenuHomeSolus

Update python-notebook to 6.0.1
ClosedPublic

Authored by maverick1 on Jul 31 2019, 12:39 PM.
Tags
None
Referenced Files
F11052329: D6853.id16412.diff
Thu, Aug 10, 9:16 PM
F11052328: D6853.id18392.diff
Thu, Aug 10, 9:16 PM
F11052327: D6853.id16851.diff
Thu, Aug 10, 9:16 PM
F11052326: D6853.id.diff
Thu, Aug 10, 9:16 PM
F11037044: D6853.diff
Wed, Aug 9, 8:00 PM
F11032166: D6853.diff
Wed, Aug 9, 1:57 PM
F11011643: D6853.id16851.diff
Thu, Aug 3, 6:41 PM
F11001652: D6853.id18392.diff
Sun, Jul 30, 11:33 AM
Subscribers

Details

Summary

Update python-notebook to 6.0.1

Changes

  • Remove deprecated ANSI CSS styles.
  • Native support to forward requests to Jupyter Gateway(s) (Embedded NB2KG).
  • Use JavaScript to redirect users to notebook homepage.
  • Enhanced SSL/TLS security by using PROTOCOL_TLS which selects the highest ssl/tls protocol version available that both the client and server support. When PROTOCOL_TLS is not available use PROTOCOL_SSLv23.
  • Add ?no_track_activity=1 argument to allow API requests. to not be registered as activity
  • Kernels shutting down due to an idle timeout is no longer considered an activity-updating event.
  • Further improve compatibility with tornado 6 with improved checks for when websockets are closed.
  • Respect nbconvert entrypoints as sources for exporters
  • Update to CodeMirror to 5.37, which includes f-string syntax for Python 3.6.
  • Update jquery-ui to 1.12
  • Add a "restart and run all" button to the toolbar.
  • Add support for terminals on windows.
  • Optimize large file uploads.
  • Add kernel_info_timeout traitlet to enable restarting slow kernels.
Test Plan

Ran jupyter notebook server and opened and ran .ipynb file

Diff Detail

Repository
R4602 python-notebook
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Aug 4 2019, 5:11 PM

Why hasn't it been landed yet?

maverick1 retitled this revision from Update python-notebook to 6.0.0 to Update python-notebook to 6.0.1.Aug 27 2019, 6:40 AM
maverick1 edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.