Jupyterlab

Latest version: v4.3.3

Safety actively analyzes 688758 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 24

4.2.0b0

Not secure
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.2.0a2...0673a5926be2c374c458e90c51ff90613040517c))

Enhancements made

- Refactor shortcuts UI to fix most of the known issues [16043](https://github.com/jupyterlab/jupyterlab/pull/16043) ([krassowski](https://github.com/krassowski))
- Enable `full` notebook windowing mode by default [15964](https://github.com/jupyterlab/jupyterlab/pull/15964) ([krassowski](https://github.com/krassowski))
- Add token `ICellExecutor` providing an entry to customize cell execution [15830](https://github.com/jupyterlab/jupyterlab/pull/15830) ([fcollonval](https://github.com/fcollonval))
- Add `IShell.currentChanged` and notify commands based on it [15449](https://github.com/jupyterlab/jupyterlab/pull/15449) ([fcollonval](https://github.com/fcollonval))
- Propagate command changed signal in semantic commands. [14683](https://github.com/jupyterlab/jupyterlab/pull/14683) ([fcollonval](https://github.com/fcollonval))

Bugs fixed

- Fix shutdownAll button [16093](https://github.com/jupyterlab/jupyterlab/pull/16093) ([fcollonval](https://github.com/fcollonval))
- Use locale-based sorting in the table of shortcuts [16077](https://github.com/jupyterlab/jupyterlab/pull/16077) ([UntitledError-09](https://github.com/UntitledError-09))
- Removes dotted outline from active code cell [16070](https://github.com/jupyterlab/jupyterlab/pull/16070) ([JasonWeill](https://github.com/JasonWeill))
- Measure cells out of viewport in windowing mode [15401](https://github.com/jupyterlab/jupyterlab/pull/15401) ([fcollonval](https://github.com/fcollonval))

Maintenance and upkeep improvements

- Fix migration script, use extras for its dependencies [16088](https://github.com/jupyterlab/jupyterlab/pull/16088) ([krassowski](https://github.com/krassowski))
- Tackle flaky readonly notification and workspaces context menu snapshots [16072](https://github.com/jupyterlab/jupyterlab/pull/16072) ([krassowski](https://github.com/krassowski))
- Make visual regression tests faster [16069](https://github.com/jupyterlab/jupyterlab/pull/16069) ([krassowski](https://github.com/krassowski))
- Do not require `IWorkspaceCommands` in apputils extension [16058](https://github.com/jupyterlab/jupyterlab/pull/16058) ([krassowski](https://github.com/krassowski))
- Test on Python 3.12 on CI [16009](https://github.com/jupyterlab/jupyterlab/pull/16009) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Fix migration script, use extras for its dependencies [16088](https://github.com/jupyterlab/jupyterlab/pull/16088) ([krassowski](https://github.com/krassowski))
- Fix missing backtick in plugin manager docs [16083](https://github.com/jupyterlab/jupyterlab/pull/16083) ([krassowski](https://github.com/krassowski))
- Make visual regression tests faster [16069](https://github.com/jupyterlab/jupyterlab/pull/16069) ([krassowski](https://github.com/krassowski))
- Do not require `IWorkspaceCommands` in apputils extension [16058](https://github.com/jupyterlab/jupyterlab/pull/16058) ([krassowski](https://github.com/krassowski))
- Refactor shortcuts UI to fix most of the known issues [16043](https://github.com/jupyterlab/jupyterlab/pull/16043) ([krassowski](https://github.com/krassowski))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-03-25&to=2024-04-02&type=c))

[afshin](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aafshin+updated%3A2024-03-25..2024-04-02&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-03-25..2024-04-02&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-03-25..2024-04-02&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-03-25..2024-04-02&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-03-25..2024-04-02&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-03-25..2024-04-02&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-03-25..2024-04-02&type=Issues) | [UntitledError-09](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AUntitledError-09+updated%3A2024-03-25..2024-04-02&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-03-25..2024-04-02&type=Issues)

4.2.0a2

Not secure
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.2.0a1...2fc66829f3d0a5cacc36742b42078143bd6f83ab))

New features added

- Implement Workspaces GUI [15946](https://github.com/jupyterlab/jupyterlab/pull/15946) ([krassowski](https://github.com/krassowski))
- Reopen recently opened/closed files and modal navigation [15483](https://github.com/jupyterlab/jupyterlab/pull/15483) ([krassowski](https://github.com/krassowski))

Enhancements made

- Allow setting `ServerConnection.appendToken` via `PageConfig` [16022](https://github.com/jupyterlab/jupyterlab/pull/16022) ([minrk](https://github.com/minrk))
- Update CodeMirror and lezer packages [15987](https://github.com/jupyterlab/jupyterlab/pull/15987) ([krassowski](https://github.com/krassowski))
- Re-organise the kernel tree in sidebar [15845](https://github.com/jupyterlab/jupyterlab/pull/15845) ([krassowski](https://github.com/krassowski))
- Set fallback for material css properties [15371](https://github.com/jupyterlab/jupyterlab/pull/15371) ([fcollonval](https://github.com/fcollonval))

Bugs fixed

- Preventing changing cell type when input is pending to avoid kernel deadlock [16032](https://github.com/jupyterlab/jupyterlab/pull/16032) ([krassowski](https://github.com/krassowski))
- Fix inconsistent header state by specifying header node [16026](https://github.com/jupyterlab/jupyterlab/pull/16026) ([erkin98](https://github.com/erkin98))
- Fix windowed notebook and ToC getting broken on reloading from disk [16013](https://github.com/jupyterlab/jupyterlab/pull/16013) ([krassowski](https://github.com/krassowski))
- Fix scrolling on editor interactions when active cell is out of view in windowed mode [16006](https://github.com/jupyterlab/jupyterlab/pull/16006) ([krassowski](https://github.com/krassowski))
- Fix manager isDisposed is not set [15997](https://github.com/jupyterlab/jupyterlab/pull/15997) ([fcollonval](https://github.com/fcollonval))
- Long items should not wrap [15844](https://github.com/jupyterlab/jupyterlab/pull/15844) ([mdietz94](https://github.com/mdietz94))

Maintenance and upkeep improvements

- Update mock package dependencies [16041](https://github.com/jupyterlab/jupyterlab/pull/16041) ([jtpio](https://github.com/jtpio))
- Adjust search test assertion to allow both Node 18 and 20+ [16024](https://github.com/jupyterlab/jupyterlab/pull/16024) ([krassowski](https://github.com/krassowski))
- Bump ydoc in dev-mode [16018](https://github.com/jupyterlab/jupyterlab/pull/16018) ([trungleduc](https://github.com/trungleduc))
- Fix `ServerApp.token` deprecation warnings [16011](https://github.com/jupyterlab/jupyterlab/pull/16011) ([jtpio](https://github.com/jtpio))
- Remove `whatwg-fetch` polyfill [16000](https://github.com/jupyterlab/jupyterlab/pull/16000) ([jtpio](https://github.com/jtpio))
- Update to Node 20 [15996](https://github.com/jupyterlab/jupyterlab/pull/15996) ([jtpio](https://github.com/jtpio))
- Add devcontainer [15909](https://github.com/jupyterlab/jupyterlab/pull/15909) ([fcollonval](https://github.com/fcollonval))
- Print out incompatibility errors for "outdated" extensions on `--verbose` [15905](https://github.com/jupyterlab/jupyterlab/pull/15905) ([krassowski](https://github.com/krassowski))
- Bump the actions group with 5 updates [15893](https://github.com/jupyterlab/jupyterlab/pull/15893) ([dependabot](https://github.com/dependabot))

Documentation improvements

- Remove `whatwg-fetch` polyfill [16000](https://github.com/jupyterlab/jupyterlab/pull/16000) ([jtpio](https://github.com/jtpio))
- Update to Node 20 [15996](https://github.com/jupyterlab/jupyterlab/pull/15996) ([jtpio](https://github.com/jtpio))
- Update CodeMirror and lezer packages [15987](https://github.com/jupyterlab/jupyterlab/pull/15987) ([krassowski](https://github.com/krassowski))
- Implement Workspaces GUI [15946](https://github.com/jupyterlab/jupyterlab/pull/15946) ([krassowski](https://github.com/krassowski))
- Add devcontainer [15909](https://github.com/jupyterlab/jupyterlab/pull/15909) ([fcollonval](https://github.com/fcollonval))
- Reopen recently opened/closed files and modal navigation [15483](https://github.com/jupyterlab/jupyterlab/pull/15483) ([krassowski](https://github.com/krassowski))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-03-14&to=2024-03-25&type=c))

[brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2024-03-14..2024-03-25&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adependabot+updated%3A2024-03-14..2024-03-25&type=Issues) | [erkin98](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aerkin98+updated%3A2024-03-14..2024-03-25&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-03-14..2024-03-25&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-03-14..2024-03-25&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-03-14..2024-03-25&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-03-14..2024-03-25&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-03-14..2024-03-25&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-03-14..2024-03-25&type=Issues) | [mdietz94](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Amdietz94+updated%3A2024-03-14..2024-03-25&type=Issues) | [Mehak261124](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AMehak261124+updated%3A2024-03-14..2024-03-25&type=Issues) | [minrk](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aminrk+updated%3A2024-03-14..2024-03-25&type=Issues) | [RRosio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3ARRosio+updated%3A2024-03-14..2024-03-25&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atrungleduc+updated%3A2024-03-14..2024-03-25&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-03-14..2024-03-25&type=Issues)

4.2.0a1

Not secure
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.2.0a0...eab4af9feda8169d5d20103f6eca5e1003828b4c))

Enhancements made

- Allow to customise directory and notebook icon [15828](https://github.com/jupyterlab/jupyterlab/pull/15828) ([linlol](https://github.com/linlol))

Bugs fixed

- Short-circuit `selectItemByName()` if already selected [15970](https://github.com/jupyterlab/jupyterlab/pull/15970) ([krassowski](https://github.com/krassowski))
- Fix Theme color is not applied to Toolbar Button [15957](https://github.com/jupyterlab/jupyterlab/pull/15957) ([FoSuCloud](https://github.com/FoSuCloud))
- Avoid concurrency when computing the items in notebook toolbar [15954](https://github.com/jupyterlab/jupyterlab/pull/15954) ([brichet](https://github.com/brichet))
- Revert "Prevent command shortcuts from preventing user input" [15938](https://github.com/jupyterlab/jupyterlab/pull/15938) ([krassowski](https://github.com/krassowski))
- Fixes filter for Chinese, other non-ASCII filenames [15935](https://github.com/jupyterlab/jupyterlab/pull/15935) ([JasonWeill](https://github.com/JasonWeill))
- Fix Theme color is not applied to SwitchKernel ToolbarButton [15924](https://github.com/jupyterlab/jupyterlab/pull/15924) ([FoSuCloud](https://github.com/FoSuCloud))
- Add an explicit default for inline completer providers [15899](https://github.com/jupyterlab/jupyterlab/pull/15899) ([krassowski](https://github.com/krassowski))
- Fix spurious dedent when opening inspector tooltip [15898](https://github.com/jupyterlab/jupyterlab/pull/15898) ([krassowski](https://github.com/krassowski))
- Fix browser-test.js [15892](https://github.com/jupyterlab/jupyterlab/pull/15892) ([fcollonval](https://github.com/fcollonval))
- Disable next/previous match buttons when no text is in Find box [15857](https://github.com/jupyterlab/jupyterlab/pull/15857) ([JasonWeill](https://github.com/JasonWeill))
- Uses the browser window's selection as the default search query [15834](https://github.com/jupyterlab/jupyterlab/pull/15834) ([JasonWeill](https://github.com/JasonWeill))
- Fix creating files in custom drives, fix `ContentsManagerMock` [15291](https://github.com/jupyterlab/jupyterlab/pull/15291) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Update to `jupyter/ydoc` v2.0.1 [15982](https://github.com/jupyterlab/jupyterlab/pull/15982) ([jtpio](https://github.com/jtpio))
- Handle drives for checkpoints in `ContentsManagerMock` [15974](https://github.com/jupyterlab/jupyterlab/pull/15974) ([jtpio](https://github.com/jtpio))
- Update Release Scripts [15973](https://github.com/jupyterlab/jupyterlab/pull/15973) ([blink1073](https://github.com/blink1073))
- Remove `node-fetch` dependency [15969](https://github.com/jupyterlab/jupyterlab/pull/15969) ([jtpio](https://github.com/jtpio))
- Ignore links to GitHub user and organisation profiles [15959](https://github.com/jupyterlab/jupyterlab/pull/15959) ([krassowski](https://github.com/krassowski))
- Bump the actions group with 2 updates [15891](https://github.com/jupyterlab/jupyterlab/pull/15891) ([dependabot](https://github.com/dependabot))
- Some galata improvements [15375](https://github.com/jupyterlab/jupyterlab/pull/15375) ([fcollonval](https://github.com/fcollonval))

Documentation improvements

- Update links to the Jupyter Frontends team compass [15998](https://github.com/jupyterlab/jupyterlab/pull/15998) ([jtpio](https://github.com/jtpio))
- Remove `node-fetch` dependency [15969](https://github.com/jupyterlab/jupyterlab/pull/15969) ([jtpio](https://github.com/jtpio))
- Add end of maintenance date to README [15920](https://github.com/jupyterlab/jupyterlab/pull/15920) ([JasonWeill](https://github.com/JasonWeill))
- Some galata improvements [15375](https://github.com/jupyterlab/jupyterlab/pull/15375) ([fcollonval](https://github.com/fcollonval))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-03-05&to=2024-03-14&type=c))

[andrii-i](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aandrii-i+updated%3A2024-03-05..2024-03-14&type=Issues) | [blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2024-03-05..2024-03-14&type=Issues) | [brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2024-03-05..2024-03-14&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adependabot+updated%3A2024-03-05..2024-03-14&type=Issues) | [diyoyo](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adiyoyo+updated%3A2024-03-05..2024-03-14&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-03-05..2024-03-14&type=Issues) | [FoSuCloud](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AFoSuCloud+updated%3A2024-03-05..2024-03-14&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-03-05..2024-03-14&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-03-05..2024-03-14&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-03-05..2024-03-14&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-03-05..2024-03-14&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-03-05..2024-03-14&type=Issues) | [linlol](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alinlol+updated%3A2024-03-05..2024-03-14&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-03-05..2024-03-14&type=Issues)

4.2.0a0

Not secure
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.1.2...afeb9553f0389e63795aed289fe4670bd8fdc4f1))

Enhancements made

- Copy edits in dialog [15875](https://github.com/jupyterlab/jupyterlab/pull/15875) ([JasonWeill](https://github.com/JasonWeill))
- Adds description for disabled search filter [15867](https://github.com/jupyterlab/jupyterlab/pull/15867) ([JasonWeill](https://github.com/JasonWeill))
- Dynamic title for expander/collapser button [15826](https://github.com/jupyterlab/jupyterlab/pull/15826) ([JasonWeill](https://github.com/JasonWeill))
- Adds title to close button of search and replace box [15825](https://github.com/jupyterlab/jupyterlab/pull/15825) ([JasonWeill](https://github.com/JasonWeill))
- Enable default file browsers with different properties (aria label, title...) [15697](https://github.com/jupyterlab/jupyterlab/pull/15697) ([HaudinFlorence](https://github.com/HaudinFlorence))

Bugs fixed

- Fix missing signals in file editor adapter [15873](https://github.com/jupyterlab/jupyterlab/pull/15873) ([krassowski](https://github.com/krassowski))
- Fix Pressing enter in console with console run keystroke set to enter creates a newline and runs [15869](https://github.com/jupyterlab/jupyterlab/pull/15869) ([FoSuCloud](https://github.com/FoSuCloud))
- Check if editor exists before checking if it is disposed [15865](https://github.com/jupyterlab/jupyterlab/pull/15865) ([krassowski](https://github.com/krassowski))
- Show outline on the full item in file browser, only when needed [15860](https://github.com/jupyterlab/jupyterlab/pull/15860) ([krassowski](https://github.com/krassowski))
- Fix saving of item positions in reactive toolbar [15843](https://github.com/jupyterlab/jupyterlab/pull/15843) ([brichet](https://github.com/brichet))
- Fix workspaces loading [15842](https://github.com/jupyterlab/jupyterlab/pull/15842) ([krassowski](https://github.com/krassowski))
- When attaching only typeset after rendering is completed [15810](https://github.com/jupyterlab/jupyterlab/pull/15810) ([krassowski](https://github.com/krassowski))
- Fix codemirror highlight for Python builtin [15805](https://github.com/jupyterlab/jupyterlab/pull/15805) ([AllanChain](https://github.com/AllanChain))
- Prevent command shortcuts from preventing user input [15790](https://github.com/jupyterlab/jupyterlab/pull/15790) ([krassowski](https://github.com/krassowski))

Maintenance and upkeep improvements

- Add `metadataform` to the labeler [15896](https://github.com/jupyterlab/jupyterlab/pull/15896) ([jtpio](https://github.com/jtpio))
- Remove `child_process` dependency [15888](https://github.com/jupyterlab/jupyterlab/pull/15888) ([jtpio](https://github.com/jtpio))
- Update docstrings to mention Jupyter Server API [15880](https://github.com/jupyterlab/jupyterlab/pull/15880) ([jtpio](https://github.com/jtpio))
- Bump es5-ext from 0.10.62 to 0.10.63 [15878](https://github.com/jupyterlab/jupyterlab/pull/15878) ([dependabot](https://github.com/dependabot))
- Bump `sanitize-html` to latest v2.12.1 [15877](https://github.com/jupyterlab/jupyterlab/pull/15877) ([krassowski](https://github.com/krassowski))
- Fix clean script [15854](https://github.com/jupyterlab/jupyterlab/pull/15854) ([krassowski](https://github.com/krassowski))
- Bump ip from 2.0.0 to 2.0.1 [15831](https://github.com/jupyterlab/jupyterlab/pull/15831) ([dependabot](https://github.com/dependabot))

Documentation improvements

- Copy edits in dialog [15875](https://github.com/jupyterlab/jupyterlab/pull/15875) ([JasonWeill](https://github.com/JasonWeill))
- Fix broken link [15851](https://github.com/jupyterlab/jupyterlab/pull/15851) ([fcollonval](https://github.com/fcollonval))
- Add `4.0.x` and `4.1.x` to the documentation switcher [15850](https://github.com/jupyterlab/jupyterlab/pull/15850) ([jtpio](https://github.com/jtpio))
- Fix code sample in identity API example [15838](https://github.com/jupyterlab/jupyterlab/pull/15838) ([krassowski](https://github.com/krassowski))
- Lab/NB7 extension compatibility docs [14838](https://github.com/jupyterlab/jupyterlab/pull/14838) ([ericsnekbytes](https://github.com/ericsnekbytes))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-02-19&to=2024-03-05&type=c))

[AllanChain](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AAllanChain+updated%3A2024-02-19..2024-03-05&type=Issues) | [brichet](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abrichet+updated%3A2024-02-19..2024-03-05&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adependabot+updated%3A2024-02-19..2024-03-05&type=Issues) | [ericsnekbytes](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aericsnekbytes+updated%3A2024-02-19..2024-03-05&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-02-19..2024-03-05&type=Issues) | [FoSuCloud](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AFoSuCloud+updated%3A2024-02-19..2024-03-05&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-02-19..2024-03-05&type=Issues) | [HaudinFlorence](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AHaudinFlorence+updated%3A2024-02-19..2024-03-05&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-02-19..2024-03-05&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-02-19..2024-03-05&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-02-19..2024-03-05&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-02-19..2024-03-05&type=Issues) | [linlol](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alinlol+updated%3A2024-02-19..2024-03-05&type=Issues) | [lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2024-02-19..2024-03-05&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atrungleduc+updated%3A2024-02-19..2024-03-05&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-02-19..2024-03-05&type=Issues)

4.1.2

Not secure
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.1.1...d835cf35dfd37bbe930c79c90a6d180a800bae69))

Bugs fixed

- Fix highlight sequencing when replacing text in code cells [15803](https://github.com/jupyterlab/jupyterlab/pull/15803) ([JasonWeill](https://github.com/JasonWeill))
- Windows platforms, erratic pasting of text into Markdown field [15794](https://github.com/jupyterlab/jupyterlab/pull/15794) ([kiliansinger](https://github.com/kiliansinger))
- Restore notebook scrolling on dragging a cell to the viewport edge [15782](https://github.com/jupyterlab/jupyterlab/pull/15782) ([krassowski](https://github.com/krassowski))
- Fix typing in editable elements inside of open shadow DOM [15774](https://github.com/jupyterlab/jupyterlab/pull/15774) ([krassowski](https://github.com/krassowski))

Maintenance and upkeep improvements

- \[docker\] Allow non-unique GID [15699](https://github.com/jupyterlab/jupyterlab/pull/15699) ([trungleduc](https://github.com/trungleduc))

Documentation improvements

- Remove SO links, add more recent issue to FAQ [15811](https://github.com/jupyterlab/jupyterlab/pull/15811) ([krassowski](https://github.com/krassowski))
- Fix outdated link to mybinder.org on index page of documentation [15800](https://github.com/jupyterlab/jupyterlab/pull/15800) ([nluetts](https://github.com/nluetts))
- Fix typing in editable elements inside of open shadow DOM [15774](https://github.com/jupyterlab/jupyterlab/pull/15774) ([krassowski](https://github.com/krassowski))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-02-13&to=2024-02-19&type=c))

[FoSuCloud](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AFoSuCloud+updated%3A2024-02-13..2024-02-19&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-02-13..2024-02-19&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-02-13..2024-02-19&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-02-13..2024-02-19&type=Issues) | [kiliansinger](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akiliansinger+updated%3A2024-02-13..2024-02-19&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-02-13..2024-02-19&type=Issues) | [lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2024-02-13..2024-02-19&type=Issues) | [nluetts](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Anluetts+updated%3A2024-02-13..2024-02-19&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atrungleduc+updated%3A2024-02-13..2024-02-19&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-02-13..2024-02-19&type=Issues)

4.1.1

Not secure
([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.1.0...6abcf80374af290d7ba958a1f1f64f92c0394d0e))

Bugs fixed

- Correct Alt + number keyboard shortcuts command map [15791](https://github.com/jupyterlab/jupyterlab/pull/15791) ([g547315](https://github.com/g547315))
- Catch errors attempting to access `document.cookie` [15788](https://github.com/jupyterlab/jupyterlab/pull/15788) ([minrk](https://github.com/minrk))
- Fix undo/redo in console, fix undo/redo enabled state in file editor [15783](https://github.com/jupyterlab/jupyterlab/pull/15783) ([krassowski](https://github.com/krassowski))
- Fix console cells not becoming read-only after execution [15779](https://github.com/jupyterlab/jupyterlab/pull/15779) ([krassowski](https://github.com/krassowski))
- Fix migration of command selectors for shortcuts [15762](https://github.com/jupyterlab/jupyterlab/pull/15762) ([krassowski](https://github.com/krassowski))
- Disable (shift + ) alt + number shortcuts on Mac [15761](https://github.com/jupyterlab/jupyterlab/pull/15761) ([krassowski](https://github.com/krassowski))
- Catch `OSError` in addition to `PermissionError` when `sys_prefix` is read-only [15756](https://github.com/jupyterlab/jupyterlab/pull/15756) ([dhml](https://github.com/dhml))
- Fix completer auto-invoking on non-source changes [15753](https://github.com/jupyterlab/jupyterlab/pull/15753) ([krassowski](https://github.com/krassowski))
- Fix outputs preservation on splitting cells [15751](https://github.com/jupyterlab/jupyterlab/pull/15751) ([krassowski](https://github.com/krassowski))

Maintenance and upkeep improvements

- Update `jupyter-collaboration` for the Binder environment [15767](https://github.com/jupyterlab/jupyterlab/pull/15767) ([jtpio](https://github.com/jtpio))
- Fix failing "Notebook Toolbar › Paste cell" test [15720](https://github.com/jupyterlab/jupyterlab/pull/15720) ([krassowski](https://github.com/krassowski))

Documentation improvements

- Add Edge, remove IE 11 from browser support docs [15784](https://github.com/jupyterlab/jupyterlab/pull/15784) ([JasonWeill](https://github.com/JasonWeill))
- Update changelog to reflect jupyter-ai release status [15775](https://github.com/jupyterlab/jupyterlab/pull/15775) ([krassowski](https://github.com/krassowski))
- Add a link to postmortem for 3.6.7 release [15743](https://github.com/jupyterlab/jupyterlab/pull/15743) ([krassowski](https://github.com/krassowski))
- Update maintainers affiliation [15724](https://github.com/jupyterlab/jupyterlab/pull/15724) ([fcollonval](https://github.com/fcollonval))
- Update lifecycle info for JupyterLab major versions [15626](https://github.com/jupyterlab/jupyterlab/pull/15626) ([JasonWeill](https://github.com/JasonWeill))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2024-02-05&to=2024-02-13&type=c))

[davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adavidbrochart+updated%3A2024-02-05..2024-02-13&type=Issues) | [dhml](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adhml+updated%3A2024-02-05..2024-02-13&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2024-02-05..2024-02-13&type=Issues) | [g547315](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ag547315+updated%3A2024-02-05..2024-02-13&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2024-02-05..2024-02-13&type=Issues) | [JasonWeill](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AJasonWeill+updated%3A2024-02-05..2024-02-13&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2024-02-05..2024-02-13&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2024-02-05..2024-02-13&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2024-02-05..2024-02-13&type=Issues) | [lumberbot-app](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alumberbot-app+updated%3A2024-02-05..2024-02-13&type=Issues) | [minrk](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aminrk+updated%3A2024-02-05..2024-02-13&type=Issues) | [pre-commit-ci](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Apre-commit-ci+updated%3A2024-02-05..2024-02-13&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2024-02-05..2024-02-13&type=Issues)

Page 4 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.