Skip to content

Releases: jupyterlab/jupyterlab

v3.1.0a4

09 Apr 10:45
Compare
Choose a tag to compare
v3.1.0a4 Pre-release
Pre-release
Publish 3.1.0a4

SHA256 hashes:

jupyterlab-3.1.0a4-py3-none-any.whl: fcfe3cf2a46b32635453e08b172af0571ea4337dbc19f1e9fd60678d9cd80c19

jupyterlab-3.1.0a4.tar.gz: 1758c30e2f38efca34fb7fe389d1c4e847bac8bd3f9dede3984ab7828e46cda3

v3.0.13

08 Apr 11:31
Compare
Choose a tag to compare
  • Add cell id per notebook format 4.5
    (#10018)
  • Fix label for "Create Console for Editor"
    (#9794)
  • Use blobs to set the svg source of an image in the image viewer
    (#10029)
  • [Fix] Copy shareable link command
    (#10021)
  • Clarify where the overrides.json file should be in the docs
    (#9996)
  • Do not make unnecessary npm registry requests
    (#9974)
  • Fix escaping of urls and paths
    (#9978)

v3.0.9

22 Feb 22:25
Compare
Choose a tag to compare
  • Remove the previous file_to_run logic. #9848
  • Enable Caching in Production Minimized Mode. #9834
  • Remove the auto-switch to “mobile” mode, and behavior switches associated with mobile mode. #9832
  • Fix the display of breakpoints on restore. #9828
  • Update CI script timeouts. #9825
  • Fix mimerender test example and test in CI. #9820

JupyterLab 1.0.0a8

17 Jun 17:42
Compare
Choose a tag to compare
JupyterLab 1.0.0a8 Pre-release
Pre-release
Publish 1.0.0a8

dist/jupyterlab-1.0.0a8-py2.py3-none-any.whl
md5: 221bb24ebe7158e32069eea0fe893150
sha1: dda549d2b844be33878f9236cf2283e909a168f5
sha256: 40df20e09a37f657bf8a065adf642d72acd381ddb058b5ae9eb02bf724d46577

dist/jupyterlab-1.0.0a8.tar.gz
md5: be55dac2483b6d0df179ee4970c1f4a3
sha1: 70b545e8479d73fb6172bff2bff431429946f2a1
sha256: 7b15e69e0c3b05aea480cc8d7bc824cd616821aa144fe52bdc2654be7e058135

Beta 2

16 Apr 22:17
Compare
Choose a tag to compare

This is the second in the JupyterLab Beta series of releases. It contains many enhancements, bugfixes, and refinements, including:

  • Better handling of a corrupted or invalid state database (#3619, #3622, #3687, #4114).
  • Fixing file dirty status indicator (#3652).
  • New option for whether to autosave documents (#3734).
  • More commands in the notebook context menu (#3770, #3909)
  • Defensively checking for completion metadata from kernels (#3888)
  • New "Shutdown all" button in the Running panel (#3764)
  • Performance improvements wherein non-focused documents poll the server less (#3931)
  • Changing the keyboard shortcut for singled-document-mode to something less easy to trigger (#3889)
  • Performance improvements for rendering text streams, especially around progress bars (#4045).
  • Canceling a "Restart Kernel" now functions correctly (#3703).
  • Defer loading file contents until after the application has been restored (#4087).
  • Ability to rotate, flip, and invert images in the image viewer (#4000)
  • Major performance improvements for large CSV viewing (#3997).
  • Always show the context menu in the file browser, even for an empty directory (#4264).
  • Handle asynchronous comm messages in the services library more correctly (Note: this means @jupyterlab/services is now at version 2.0!) (#4115).
  • Display the kernel banner in the console when a kernel is restarted to mark the restart (#3663).
  • Many tweaks to the UI, as well as better error handling.

Beta 1

11 Jan 11:32
Compare
Choose a tag to compare
  • Add a /tree handler and Copy Shareable Link to file listing right click menu: #3396
  • Experimental support for saved workspaces: #3490, #3586
  • Added types information to the completer: #3508
  • More improvements to the top level menus: #3344
  • Editor settings for notebook cells: #3441
  • Simplification of theme extensions: #3423
  • New CSS variable naming scheme: #3403
  • Improvements to cell selection and dragging: #3414
  • Style and typography improvements: #3468 #3457 #3445 #3431 #3428 #3408 #3418

v0.30.0

05 Dec 11:19
Compare
Choose a tag to compare
  • Semantic menus: #3182
  • Settings editor now allows comments and provides setting validation: #3167
  • Switch to Yarn as the package manager: #3182
  • Support for carriage return in outputs: #2761
  • Upgrade to TypeScript 2.6: #3288
  • Cleanup of the build, packaging, and extension systems. jupyter labextension install is now the recommended way to install a local directory. Local directories are considered linked to the application. cf #3182
  • --core-mode and --dev-mode are now semantically different. --core-mode is a version of JupyterLab using released JavaScript packages and is what we ship in the Python package. --dev-mode is for unreleased JavaScript and shows the red banner at the top of the page. #3270

v0.29.2

17 Nov 12:39
Compare
Choose a tag to compare

Bug fix for file browser right click handling. #3019

v0.29.0

09 Nov 16:34
Compare
Choose a tag to compare
  • Create new view of cell in cell context menu. #3159
  • New Renderers for VDOM and JSON mime types and files. #3157
  • Switch to React for our VDOM implementation. Affects the VDomRenderer class. #3133
  • Standalone Cell Example. #3155

v0.28.0

16 Oct 22:50
Compare
Choose a tag to compare

This release generally focuses on developer and extension author enhancements and general bug fixes.

  • Plugin id and schema file conventions change. #2936.
  • Theme authoring conventions change. #3061
  • Enhancements to enabling and disabling of extensions. #3078
  • Mime extensions API change (name -> id and new naming convention). #3078
  • Added a jupyter lab --watch mode for extension authors. #3077
  • New comprehensive extension authoring tutorial. #2921
  • Added the ability to use an alternate LaTeX renderer. #2974
  • Numerous bug fixes and style enhancements.