JupyterLab 4.3 includes a number of new features (described below), bug fixes, and enhancements.
This release is compatible with extensions supporting JupyterLab 4.0.
Extension authors are recommended to consult the Extension Migration Guide which lists deprecations and changes to the public API.
Minimap
The virtual scrollbar now acts as a minimap and exposes information on whether a cell:
is running/scheduled ([*]), idle ([ ]) or was already run (e.g. [1])
was modified since it was last executed ("dirty") - orange background
has an output that contains an error - red background
is markdown/code ([ ]/[*]/[1] for code, nothing for markdown)
how much text/code it contains
To enable the minimap, click on the hamburger icon (≡) which appears in the notebook's toolbar. If you do not see the hamburger icon, go to Settings → Notebook → Windowing mode and choose "full".
Fullscreen mode
JupyterLab now offers two ways to toggle the full screen mode from within the application:
using the View → Appearance → Fullscreen Mode menu entry
using a customizable shortcut, by default F11 (custom shortcuts are supported in Chrome, Safari and Edge)
File browser enhancements
The file browser now:
supports resizing the columns and remembers the column sizes after reloading JupyterLab
supports uploading folders by drag-and-drop
supports navigation with a single click (opt-in)
has the file filter collapsed by default (funnel icon), increasing the space available
Server-side execution and collaboration
JupyterLab 4.2 added the option for extensions to implement server-side execution, which preserves
outputs created when the browser window is closed or disconnected.
The server-side execution builds on the same shared models API as the real-time collaboration (RTC).
This release includes additional work, improving both
the server-side execution and real-time collaboration (RTC) use cases:
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/WithSecureLabs/leonidas/network/alerts).
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Bumps jupyterlab from 3.5.2 to 3.6.8.
Release notes
Sourced from jupyterlab's releases.
... (truncated)
Changelog
Sourced from jupyterlab's changelog.
... (truncated)
Commits
decbea1
[ci skip] New version06ad9de
Merge commit from fork2ce23ac
Backport PR #16245: Install Firefox from brew on Mac on CI (#16249)51da49c
Backport PR #16151: Removed broken gif links in README.md files (#16504)a6ee24f
Backport PR #16459: Ignore empty stdout data when logging in verdaccio (#16463)7b80cf9
Backport PR #16314: Run Python tests on MacOS with Python 12, replace `canvas...d3897d2
Backport PR #15842: Fix workspaces loading (#15847)17a2c05
Backport PR #15811 on branch 3.6.x (Remove SO links, add more recent issue to...ccc9082
Automated Changelog Entry - Remove 1 placeholder entries. (#15668)c71ad3c
[ci skip] Publish 3.6.7You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show