Elixirnote

Latest version: v4.0.0a30

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

Scan your dependencies

Page 3 of 20

4.0.0a16

([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.0.0a15...17cf5fcd5caf563a55b811e5df6377db612f6cd3))

Enhancements made

- Increase title width in simple mode [11546](https://github.com/jupyterlab/jupyterlab/pull/11546) ([SylvainCorlay](https://github.com/SylvainCorlay))
- User defined default viewer take precedence for rendered factory [11541](https://github.com/jupyterlab/jupyterlab/pull/11541) ([fcollonval](https://github.com/fcollonval))
- Add side-by-side rendering as global setting [11533](https://github.com/jupyterlab/jupyterlab/pull/11533) ([jess-x](https://github.com/jess-x))
- Feature/optional hidden cells button (v2) [11519](https://github.com/jupyterlab/jupyterlab/pull/11519) ([schmidi314](https://github.com/schmidi314))
- Attempt removing use of flexbox in the notebook DOM [11508](https://github.com/jupyterlab/jupyterlab/pull/11508) ([SylvainCorlay](https://github.com/SylvainCorlay))
- Tweak CSS for scrolled outputs [11478](https://github.com/jupyterlab/jupyterlab/pull/11478) ([jtpio](https://github.com/jtpio))
- Recommend trying prebuilt extension version in the build failure dialog [11476](https://github.com/jupyterlab/jupyterlab/pull/11476) ([krassowski](https://github.com/krassowski))
- Makes restorer parameter optional in toc-extension [11445](https://github.com/jupyterlab/jupyterlab/pull/11445) ([jweill-aws](https://github.com/jweill-aws))
- perf: scroll active toc item into view [11413](https://github.com/jupyterlab/jupyterlab/pull/11413) ([skyetim](https://github.com/skyetim))
- Set default ui font to `system-ui` [11388](https://github.com/jupyterlab/jupyterlab/pull/11388) ([jasongrout](https://github.com/jasongrout))
- Add a command to open a file from a URL [11387](https://github.com/jupyterlab/jupyterlab/pull/11387) ([jtpio](https://github.com/jtpio))
- Force semantic commands to use command [11386](https://github.com/jupyterlab/jupyterlab/pull/11386) ([fcollonval](https://github.com/fcollonval))
- Creates a new accordion panel with toolbar in the ui-components package [11369](https://github.com/jupyterlab/jupyterlab/pull/11369) ([hbcarlos](https://github.com/hbcarlos))
- Toc running cell indicator [11356](https://github.com/jupyterlab/jupyterlab/pull/11356) ([andrewfulton9](https://github.com/andrewfulton9))

Bugs fixed

- overrides.json definition takes precedence [11610](https://github.com/jupyterlab/jupyterlab/pull/11610) ([fcollonval](https://github.com/fcollonval))
- Fix markdown benchmark snapshot [11575](https://github.com/jupyterlab/jupyterlab/pull/11575) ([fcollonval](https://github.com/fcollonval))
- Increase notebook-cell margin in side-by-side mode [11539](https://github.com/jupyterlab/jupyterlab/pull/11539) ([jess-x](https://github.com/jess-x))
- Cell YModel: Fix setAttachment method [11529](https://github.com/jupyterlab/jupyterlab/pull/11529) ([martinRenou](https://github.com/martinRenou))
- Support file type extension with upper case [11526](https://github.com/jupyterlab/jupyterlab/pull/11526) ([fcollonval](https://github.com/fcollonval))
- Sync dirty property between clients [11525](https://github.com/jupyterlab/jupyterlab/pull/11525) ([hbcarlos](https://github.com/hbcarlos))
- Allow cross-file anchors with leading number [11517](https://github.com/jupyterlab/jupyterlab/pull/11517) ([loichuder](https://github.com/loichuder))
- Update `sanitize-html` pin to `3.5.3` [11510](https://github.com/jupyterlab/jupyterlab/pull/11510) ([krassowski](https://github.com/krassowski))
- Connecting toggleCollapsedSignal to handler right at creation of Mark… [11505](https://github.com/jupyterlab/jupyterlab/pull/11505) ([schmidi314](https://github.com/schmidi314))
- Update ModelDB metadata when switching the shared model [11493](https://github.com/jupyterlab/jupyterlab/pull/11493) ([hbcarlos](https://github.com/hbcarlos))
- Fix Tex highlights affecting Markdown with standalone `$` [11488](https://github.com/jupyterlab/jupyterlab/pull/11488) ([krassowski](https://github.com/krassowski))
- Fix malformed fenced code block Markdown rendering [11479](https://github.com/jupyterlab/jupyterlab/pull/11479) ([krassowski](https://github.com/krassowski))
- Add background to the reference iframes to fix contrast [11477](https://github.com/jupyterlab/jupyterlab/pull/11477) ([krassowski](https://github.com/krassowski))
- Fix `undomanager` paste regression - fixes 10928 [11471](https://github.com/jupyterlab/jupyterlab/pull/11471) ([dmonad](https://github.com/dmonad))
- Only show the head of the outputs and ensure iopub outputs are correctly displayed [11457](https://github.com/jupyterlab/jupyterlab/pull/11457) ([echarles](https://github.com/echarles))
- regenerate server connection settings for printing [11454](https://github.com/jupyterlab/jupyterlab/pull/11454) ([mbektas](https://github.com/mbektas))
- Fix json schema for kernel status settings [11451](https://github.com/jupyterlab/jupyterlab/pull/11451) ([fcollonval](https://github.com/fcollonval))
- Do not update contextual help inspector if there would be no change. [11447](https://github.com/jupyterlab/jupyterlab/pull/11447) ([jasongrout](https://github.com/jasongrout))
- Handle relative paths to `themePath` and `schemaDir` [11427](https://github.com/jupyterlab/jupyterlab/pull/11427) ([jtpio](https://github.com/jtpio))

Maintenance and upkeep improvements

- Fix Benchmark tests (revert 11607) [11623](https://github.com/jupyterlab/jupyterlab/pull/11623) ([0x2b3bfa0](https://github.com/0x2b3bfa0))
- Benchmark tests broken following update of NodeJS in ubuntu image [11607](https://github.com/jupyterlab/jupyterlab/pull/11607) ([fcollonval](https://github.com/fcollonval))
- Small issues on tests [11605](https://github.com/jupyterlab/jupyterlab/pull/11605) ([hbcarlos](https://github.com/hbcarlos))
- Use `maintainer-tools` base setup action [11595](https://github.com/jupyterlab/jupyterlab/pull/11595) ([jtpio](https://github.com/jtpio))
- Upgrade yarn to 1.22.17 [11592](https://github.com/jupyterlab/jupyterlab/pull/11592) ([jtpio](https://github.com/jtpio))
- Remove `types/webpack-env` from `ui-components` [11587](https://github.com/jupyterlab/jupyterlab/pull/11587) ([jtpio](https://github.com/jtpio))
- Explicitly build JupyterLab in dev-mode [11580](https://github.com/jupyterlab/jupyterlab/pull/11580) ([fcollonval](https://github.com/fcollonval))
- Revert "Temporary fix for release checker pinning vega-embed" [11578](https://github.com/jupyterlab/jupyterlab/pull/11578) ([fcollonval](https://github.com/fcollonval))
- Update some dependencies [11576](https://github.com/jupyterlab/jupyterlab/pull/11576) ([jtpio](https://github.com/jtpio))
- Fix markdown benchmark snapshot [11575](https://github.com/jupyterlab/jupyterlab/pull/11575) ([fcollonval](https://github.com/fcollonval))
- Temporary fix for release checker pinning vega-embed [11571](https://github.com/jupyterlab/jupyterlab/pull/11571) ([fcollonval](https://github.com/fcollonval))
- postcss 8.4.0 breaks integrity 2 CI test [11552](https://github.com/jupyterlab/jupyterlab/pull/11552) ([fcollonval](https://github.com/fcollonval))
- Clean up Frontend Typings [11537](https://github.com/jupyterlab/jupyterlab/pull/11537) ([jtpio](https://github.com/jtpio))
- Bump tar from 4.4.13 to 4.4.19 [11536](https://github.com/jupyterlab/jupyterlab/pull/11536) ([dependabot](https://github.com/dependabot))
- Bump tmpl from 1.0.4 to 1.0.5 [11512](https://github.com/jupyterlab/jupyterlab/pull/11512) ([dependabot](https://github.com/dependabot))
- Bump semver-regex from 3.1.2 to 3.1.3 [11511](https://github.com/jupyterlab/jupyterlab/pull/11511) ([dependabot](https://github.com/dependabot))
- Update `sanitize-html` pin to `3.5.3` [11510](https://github.com/jupyterlab/jupyterlab/pull/11510) ([krassowski](https://github.com/krassowski))
- Increase notebook markdown test robustness [11507](https://github.com/jupyterlab/jupyterlab/pull/11507) ([fcollonval](https://github.com/fcollonval))
- Enforce labels on PRs [11496](https://github.com/jupyterlab/jupyterlab/pull/11496) ([blink1073](https://github.com/blink1073))
- Update release instructions and add video [11487](https://github.com/jupyterlab/jupyterlab/pull/11487) ([blink1073](https://github.com/blink1073))
- Reduce flake on non-LaTeX highlighting test [11470](https://github.com/jupyterlab/jupyterlab/pull/11470) ([krassowski](https://github.com/krassowski))
- Merge duplicated namespace [11461](https://github.com/jupyterlab/jupyterlab/pull/11461) ([fcollonval](https://github.com/fcollonval))
- Close answered issues more quickly if there are no updates. [11446](https://github.com/jupyterlab/jupyterlab/pull/11446) ([jasongrout](https://github.com/jasongrout))
- Use the root yarn.lock in staging when making a release. [11433](https://github.com/jupyterlab/jupyterlab/pull/11433) ([jasongrout](https://github.com/jasongrout))
- Enforce ascii-only identifiers [11432](https://github.com/jupyterlab/jupyterlab/pull/11432) ([jasongrout](https://github.com/jasongrout))
- Update Lumino to latest versions [11425](https://github.com/jupyterlab/jupyterlab/pull/11425) ([jasongrout](https://github.com/jasongrout))

- Document notebook DOM structure [11609](https://github.com/jupyterlab/jupyterlab/pull/11609) ([SylvainCorlay](https://github.com/SylvainCorlay))
- Update Affiliations [11596](https://github.com/jupyterlab/jupyterlab/pull/11596) ([blink1073](https://github.com/blink1073))
- Missing parenthesis [11590](https://github.com/jupyterlab/jupyterlab/pull/11590) ([davidbrochart](https://github.com/davidbrochart))
- Fix some keywords in typedoc [11542](https://github.com/jupyterlab/jupyterlab/pull/11542) ([fcollonval](https://github.com/fcollonval))
- Clean up Frontend Typings [11537](https://github.com/jupyterlab/jupyterlab/pull/11537) ([jtpio](https://github.com/jtpio))
- Fix docstring for cell footer [11503](https://github.com/jupyterlab/jupyterlab/pull/11503) ([martinRenou](https://github.com/martinRenou))
- Update screenshots and text for user interface docs [11499](https://github.com/jupyterlab/jupyterlab/pull/11499) ([krassowski](https://github.com/krassowski))
- Update release instructions and add video [11487](https://github.com/jupyterlab/jupyterlab/pull/11487) ([blink1073](https://github.com/blink1073))
- Update the release documentation to recommend using the Jupyter Releaser [11440](https://github.com/jupyterlab/jupyterlab/pull/11440) ([jtpio](https://github.com/jtpio))

API and Breaking Changes

- Creates a new accordion panel with toolbar in the ui-components package [11369](https://github.com/jupyterlab/jupyterlab/pull/11369) ([hbcarlos](https://github.com/hbcarlos))
- Toc running cell indicator [11356](https://github.com/jupyterlab/jupyterlab/pull/11356) ([andrewfulton9](https://github.com/andrewfulton9))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2021-11-09&to=2021-12-07&type=c))

[0x2b3bfa0](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3A0x2b3bfa0+updated%3A2021-11-09..2021-12-07&type=Issues) | [andrewfulton9](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aandrewfulton9+updated%3A2021-11-09..2021-12-07&type=Issues) | [blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2021-11-09..2021-12-07&type=Issues) | [bollwyvl](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Abollwyvl+updated%3A2021-11-09..2021-12-07&type=Issues) | [davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adavidbrochart+updated%3A2021-11-09..2021-12-07&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adependabot+updated%3A2021-11-09..2021-12-07&type=Issues) | [dmonad](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Admonad+updated%3A2021-11-09..2021-12-07&type=Issues) | [echarles](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2021-11-09..2021-12-07&type=Issues) | [ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aellisonbg+updated%3A2021-11-09..2021-12-07&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2021-11-09..2021-12-07&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2021-11-09..2021-12-07&type=Issues) | [hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ahbcarlos+updated%3A2021-11-09..2021-12-07&type=Issues) | [isabela-pf](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aisabela-pf+updated%3A2021-11-09..2021-12-07&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajasongrout+updated%3A2021-11-09..2021-12-07&type=Issues) | [jess-x](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajess-x+updated%3A2021-11-09..2021-12-07&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2021-11-09..2021-12-07&type=Issues) | [jupyterlab-dev-mode](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-dev-mode+updated%3A2021-11-09..2021-12-07&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2021-11-09..2021-12-07&type=Issues) | [jweill-aws](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajweill-aws+updated%3A2021-11-09..2021-12-07&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2021-11-09..2021-12-07&type=Issues) | [loichuder](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aloichuder+updated%3A2021-11-09..2021-12-07&type=Issues) | [martinRenou](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AmartinRenou+updated%3A2021-11-09..2021-12-07&type=Issues) | [mbektas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ambektas+updated%3A2021-11-09..2021-12-07&type=Issues) | [meeseeksdev](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksdev+updated%3A2021-11-09..2021-12-07&type=Issues) | [schmidi314](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aschmidi314+updated%3A2021-11-09..2021-12-07&type=Issues) | [skyetim](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Askyetim+updated%3A2021-11-09..2021-12-07&type=Issues) | [SylvainCorlay](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3ASylvainCorlay+updated%3A2021-11-09..2021-12-07&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atrungleduc+updated%3A2021-11-09..2021-12-07&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2021-11-09..2021-12-07&type=Issues) | [williamstein](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awilliamstein+updated%3A2021-11-09..2021-12-07&type=Issues) | [yuvipanda](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ayuvipanda+updated%3A2021-11-09..2021-12-07&type=Issues)

4.0.0a15

([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.0.0a14...1d7533f0f67cb9e32307ff6b9347a8e814bb55d7))

Enhancements made

- Remove `Blueprint` [11173](https://github.com/jupyterlab/jupyterlab/pull/11173) ([fcollonval](https://github.com/fcollonval))
- Add execution progress indicator [10730](https://github.com/jupyterlab/jupyterlab/pull/10730) ([trungleduc](https://github.com/trungleduc))

Bugs fixed

- Bump Yjs dependencies and fix modeldb overwriting yjs content [11398](https://github.com/jupyterlab/jupyterlab/pull/11398) ([dmonad](https://github.com/dmonad))
- Make `orig_nbformat` optional 11005 [11370](https://github.com/jupyterlab/jupyterlab/pull/11370) ([nanoant](https://github.com/nanoant))
- Fix Handling of WebSocket Startup Errors [11358](https://github.com/jupyterlab/jupyterlab/pull/11358) ([blink1073](https://github.com/blink1073))
- Only trigger dirty status update on value changes [11346](https://github.com/jupyterlab/jupyterlab/pull/11346) ([krassowski](https://github.com/krassowski))
- Updated dialog with text to a reasonable width [11331](https://github.com/jupyterlab/jupyterlab/pull/11331) ([3coins](https://github.com/3coins))
- Fix for terminal theme style [11291](https://github.com/jupyterlab/jupyterlab/pull/11291) ([3coins](https://github.com/3coins))

Maintenance and upkeep improvements

- Makes `ILabShell` optional in `toc` extension [11420](https://github.com/jupyterlab/jupyterlab/pull/11420) ([jweill-aws](https://github.com/jweill-aws))
- Add `jupyterlab` prefix to the `Galata` artifacts [11405](https://github.com/jupyterlab/jupyterlab/pull/11405) ([jtpio](https://github.com/jtpio))
- Fix rebuilding JLab in benchmark CI [11399](https://github.com/jupyterlab/jupyterlab/pull/11399) ([fcollonval](https://github.com/fcollonval))
- Modify dump of `webpack` config to include `RegEx` expressions [11397](https://github.com/jupyterlab/jupyterlab/pull/11397) ([rfox12](https://github.com/rfox12))
- Fix `release_test` [11390](https://github.com/jupyterlab/jupyterlab/pull/11390) ([fcollonval](https://github.com/fcollonval))
- Removed `cat package.json` [11372](https://github.com/jupyterlab/jupyterlab/pull/11372) ([ceesu](https://github.com/ceesu))
- Fix comment on PR action [11354](https://github.com/jupyterlab/jupyterlab/pull/11354) ([fcollonval](https://github.com/fcollonval))
- Relax `playright/test` dependency in Galata [11112](https://github.com/jupyterlab/jupyterlab/pull/11112) ([jtpio](https://github.com/jtpio))

Documentation improvements

- Improve documentation on galata setup [11391](https://github.com/jupyterlab/jupyterlab/pull/11391) ([fcollonval](https://github.com/fcollonval))
- Fix links [11378](https://github.com/jupyterlab/jupyterlab/pull/11378) ([krassowski](https://github.com/krassowski))
- Adds command to docs to install `canvas` dependencies [11365](https://github.com/jupyterlab/jupyterlab/pull/11365) ([jweill-aws](https://github.com/jweill-aws))
- Recommend providing screenshots for translators [11357](https://github.com/jupyterlab/jupyterlab/pull/11357) ([krassowski](https://github.com/krassowski))
- Fix outdated `clearSignalData` reference (now `Signal.clearData`) [11339](https://github.com/jupyterlab/jupyterlab/pull/11339) ([krassowski](https://github.com/krassowski))
- Remove `Blueprint` [11173](https://github.com/jupyterlab/jupyterlab/pull/11173) ([fcollonval](https://github.com/fcollonval))
- Adds recommendation to install `Prettier` extension [11363](https://github.com/jupyterlab/jupyterlab/pull/11363) ([jweill-aws](https://github.com/jweill-aws))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2021-10-20&to=2021-11-09&type=c))

[3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3A3coins+updated%3A2021-10-20..2021-11-09&type=Issues) | [blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2021-10-20..2021-11-09&type=Issues) | [ceesu](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aceesu+updated%3A2021-10-20..2021-11-09&type=Issues) | [davidbrochart](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adavidbrochart+updated%3A2021-10-20..2021-11-09&type=Issues) | [dmonad](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Admonad+updated%3A2021-10-20..2021-11-09&type=Issues) | [ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aellisonbg+updated%3A2021-10-20..2021-11-09&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2021-10-20..2021-11-09&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2021-10-20..2021-11-09&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajasongrout+updated%3A2021-10-20..2021-11-09&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2021-10-20..2021-11-09&type=Issues) | [jupyterlab-dev-mode](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-dev-mode+updated%3A2021-10-20..2021-11-09&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2021-10-20..2021-11-09&type=Issues) | [jweill-aws](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajweill-aws+updated%3A2021-10-20..2021-11-09&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2021-10-20..2021-11-09&type=Issues) | [meeseeksdev](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksdev+updated%3A2021-10-20..2021-11-09&type=Issues) | [nanoant](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ananoant+updated%3A2021-10-20..2021-11-09&type=Issues) | [rfox12](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Arfox12+updated%3A2021-10-20..2021-11-09&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atrungleduc+updated%3A2021-10-20..2021-11-09&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2021-10-20..2021-11-09&type=Issues) | [williamstein](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awilliamstein+updated%3A2021-10-20..2021-11-09&type=Issues) | [Zsailer](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AZsailer+updated%3A2021-10-20..2021-11-09&type=Issues)

4.0.0a14

([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.0.0a13...8c67f5949af19503e447a83584885f919e115c47))

Enhancements made

- Added button theme variables, updated button style [11264](https://github.com/jupyterlab/jupyterlab/pull/11264) ([3coins](https://github.com/3coins))

Bugs fixed

- Fix for debugger not working for scripts [11311](https://github.com/jupyterlab/jupyterlab/pull/11311) ([3coins](https://github.com/3coins))
- Added handling of '\r' ended files [11310](https://github.com/jupyterlab/jupyterlab/pull/11310) ([lucabarcelos](https://github.com/lucabarcelos))
- Emit `indexChanged` on model state updates [11298](https://github.com/jupyterlab/jupyterlab/pull/11298) ([krassowski](https://github.com/krassowski))
- Fix ANSI vs URL conflict, prefix `www.` with `https://` [#11272](https://github.com/jupyterlab/jupyterlab/pull/11272) ([krassowski](https://github.com/krassowski))
- Normalize cell source \r line endings [11271](https://github.com/jupyterlab/jupyterlab/pull/11271) ([jasongrout](https://github.com/jasongrout))

Maintenance and upkeep improvements

- Pass version spec as an input [11322](https://github.com/jupyterlab/jupyterlab/pull/11322) ([jtpio](https://github.com/jtpio))
- Added debugger UI tests for scripts [11319](https://github.com/jupyterlab/jupyterlab/pull/11319) ([3coins](https://github.com/3coins))
- Update the latest `lumino` packages [11281](https://github.com/jupyterlab/jupyterlab/pull/11281) ([jtpio](https://github.com/jtpio))
- Extension upgrade script: Avoid throwing exceptions for certain package.json files [11278](https://github.com/jupyterlab/jupyterlab/pull/11278) ([ammgws](https://github.com/ammgws))
- UI tests for debugger [11250](https://github.com/jupyterlab/jupyterlab/pull/11250) ([3coins](https://github.com/3coins))
- Run comparative benchmark [11128](https://github.com/jupyterlab/jupyterlab/pull/11128) ([fcollonval](https://github.com/fcollonval))

Documentation improvements

- Add note on weekly dev notes [11317](https://github.com/jupyterlab/jupyterlab/pull/11317) ([fcollonval](https://github.com/fcollonval))
- amend changelog - follow up issue 11304 [11309](https://github.com/jupyterlab/jupyterlab/pull/11309) ([achimgaedke](https://github.com/achimgaedke))
- update the binder sha to the latest demo version [11302](https://github.com/jupyterlab/jupyterlab/pull/11302) ([akhmerov](https://github.com/akhmerov))
- Add note on the server parameter for hidden files. [11293](https://github.com/jupyterlab/jupyterlab/pull/11293) ([fcollonval](https://github.com/fcollonval))
- Clarify sidebar switching settings [11270](https://github.com/jupyterlab/jupyterlab/pull/11270) ([joelostblom](https://github.com/joelostblom))
- Add missing changelog entry from 4.0.0a13 [11268](https://github.com/jupyterlab/jupyterlab/pull/11268) ([blink1073](https://github.com/blink1073))
- Run comparative benchmark [11128](https://github.com/jupyterlab/jupyterlab/pull/11128) ([fcollonval](https://github.com/fcollonval))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2021-10-08&to=2021-10-20&type=c))

[3coins](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3A3coins+updated%3A2021-10-08..2021-10-20&type=Issues) | [achimgaedke](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aachimgaedke+updated%3A2021-10-08..2021-10-20&type=Issues) | [akhmerov](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aakhmerov+updated%3A2021-10-08..2021-10-20&type=Issues) | [ammgws](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aammgws+updated%3A2021-10-08..2021-10-20&type=Issues) | [blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2021-10-08..2021-10-20&type=Issues) | [ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aellisonbg+updated%3A2021-10-08..2021-10-20&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2021-10-08..2021-10-20&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2021-10-08..2021-10-20&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajasongrout+updated%3A2021-10-08..2021-10-20&type=Issues) | [joelostblom](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajoelostblom+updated%3A2021-10-08..2021-10-20&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2021-10-08..2021-10-20&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2021-10-08..2021-10-20&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2021-10-08..2021-10-20&type=Issues) | [lucabarcelos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Alucabarcelos+updated%3A2021-10-08..2021-10-20&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2021-10-08..2021-10-20&type=Issues)

4.0.0a13

([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.0.0a12...e35f100082cbfed37eeca587d1b87ae79ef418ee))

Bugs fixed

- Fix Webpack crypto handling [11249](https://github.com/jupyterlab/jupyterlab/pull/11249) ([blink1073](https://github.com/blink1073))

Maintenance and upkeep improvements

- Add documentation label to markdown files [11262](https://github.com/jupyterlab/jupyterlab/pull/11262) ([blink1073](https://github.com/blink1073))
- Fix nbconvert compatibility with fips-enabled openssl [11261](https://github.com/jupyterlab/jupyterlab/pull/11261) ([blink1073](https://github.com/blink1073))

Documentation improvements

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2021-10-06&to=2021-10-08&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2021-10-06..2021-10-08&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2021-10-06..2021-10-08&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2021-10-06..2021-10-08&type=Issues)

4.0.0a12

([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.0.0a11...cb507227fa1673c2e7d787873f639d0ac13c2023))

Enhancements made

- Enable document wide history tracking [10949](https://github.com/jupyterlab/jupyterlab/pull/10949) ([echarles](https://github.com/echarles))
- Make check margin between last modified timestamps on disk and client configurable [11153](https://github.com/jupyterlab/jupyterlab/pull/11153) ([ph-ph](https://github.com/ph-ph))
- Add a menu entry to show/hide hidden files in the filebrowser [10769](https://github.com/jupyterlab/jupyterlab/pull/10769) ([loichuder](https://github.com/loichuder))
- Add option to choose checkpoint [9670](https://github.com/jupyterlab/jupyterlab/pull/9670) ([hMED22](https://github.com/hMED22))

Bugs fixed

- Use standard hash type in webpack build [11234](https://github.com/jupyterlab/jupyterlab/pull/11234) ([blink1073](https://github.com/blink1073))
- Remove format from fetching options if null [11229](https://github.com/jupyterlab/jupyterlab/pull/11229) ([loichuder](https://github.com/loichuder))
- don't continuously `cd('/')` when already in / [11219](https://github.com/jupyterlab/jupyterlab/pull/11219) ([minrk](https://github.com/minrk))
- Properly reset layout when toggling simple mode. [11203](https://github.com/jupyterlab/jupyterlab/pull/11203) ([jasongrout](https://github.com/jasongrout))
- Fix renaming issue in collaborative mode [11197](https://github.com/jupyterlab/jupyterlab/pull/11197) ([dmonad](https://github.com/dmonad))
- Restore workspace and open _tree_ path [11168](https://github.com/jupyterlab/jupyterlab/pull/11168) ([fcollonval](https://github.com/fcollonval))
- Share notebook's metadata [11064](https://github.com/jupyterlab/jupyterlab/pull/11064) ([hbcarlos](https://github.com/hbcarlos))

Maintenance and upkeep improvements

- Run Linter [11238](https://github.com/jupyterlab/jupyterlab/pull/11238) ([blink1073](https://github.com/blink1073))
- Fix Release Check [11218](https://github.com/jupyterlab/jupyterlab/pull/11218) ([fcollonval](https://github.com/fcollonval))
- Check i18n will pass on zeroed patch pre-release version [11214](https://github.com/jupyterlab/jupyterlab/pull/11214) ([fcollonval](https://github.com/fcollonval))
- Handle case when JupyterHub returns 424 for not running server [11205](https://github.com/jupyterlab/jupyterlab/pull/11205) ([yuvipanda](https://github.com/yuvipanda))
- refactor window.open to make it work also in desktop app [11202](https://github.com/jupyterlab/jupyterlab/pull/11202) ([mbektas](https://github.com/mbektas))
- Rename "JupyterLab Theme" to "Theme" [11198](https://github.com/jupyterlab/jupyterlab/pull/11198) ([jtpio](https://github.com/jtpio))
- Use only context and id to check i18n [11190](https://github.com/jupyterlab/jupyterlab/pull/11190) ([fcollonval](https://github.com/fcollonval))
- Update webpack dependencies [11184](https://github.com/jupyterlab/jupyterlab/pull/11184) ([jtpio](https://github.com/jtpio))
- Correct galata repository urls [11181](https://github.com/jupyterlab/jupyterlab/pull/11181) ([fcollonval](https://github.com/fcollonval))
- Fix kernelspec logo handling [11175](https://github.com/jupyterlab/jupyterlab/pull/11175) ([jtpio](https://github.com/jtpio))
- Remove unused command id in the translation extension [11164](https://github.com/jupyterlab/jupyterlab/pull/11164) ([jtpio](https://github.com/jtpio))
- Resolve typing errors in kernel mocks [11159](https://github.com/jupyterlab/jupyterlab/pull/11159) ([ph-ph](https://github.com/ph-ph))

Documentation improvements

Other merged PRs

- Forwardport changelog entries [11240](https://github.com/jupyterlab/jupyterlab/pull/11240) ([blink1073](https://github.com/blink1073))
- Use disableDocumentWideUndoRedo instead of enableDocumentWideUndoRedo [11215](https://github.com/jupyterlab/jupyterlab/pull/11215) ([echarles](https://github.com/echarles))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2021-09-27&to=2021-10-06&type=c))

[blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2021-09-27..2021-10-06&type=Issues) | [dmonad](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Admonad+updated%3A2021-09-27..2021-10-06&type=Issues) | [echarles](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2021-09-27..2021-10-06&type=Issues) | [ellisonbg](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aellisonbg+updated%3A2021-09-27..2021-10-06&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2021-09-27..2021-10-06&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2021-09-27..2021-10-06&type=Issues) | [goanpeca](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agoanpeca+updated%3A2021-09-27..2021-10-06&type=Issues) | [hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ahbcarlos+updated%3A2021-09-27..2021-10-06&type=Issues) | [hMED22](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3AhMED22+updated%3A2021-09-27..2021-10-06&type=Issues) | [isabela-pf](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aisabela-pf+updated%3A2021-09-27..2021-10-06&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajasongrout+updated%3A2021-09-27..2021-10-06&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2021-09-27..2021-10-06&type=Issues) | [jupyterlab-dev-mode](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-dev-mode+updated%3A2021-09-27..2021-10-06&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2021-09-27..2021-10-06&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2021-09-27..2021-10-06&type=Issues) | [loichuder](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aloichuder+updated%3A2021-09-27..2021-10-06&type=Issues) | [mbektas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ambektas+updated%3A2021-09-27..2021-10-06&type=Issues) | [meeseeksdev](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksdev+updated%3A2021-09-27..2021-10-06&type=Issues) | [meeseeksmachine](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksmachine+updated%3A2021-09-27..2021-10-06&type=Issues) | [minrk](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aminrk+updated%3A2021-09-27..2021-10-06&type=Issues) | [ph-ph](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aph-ph+updated%3A2021-09-27..2021-10-06&type=Issues) | [SylvainCorlay](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3ASylvainCorlay+updated%3A2021-09-27..2021-10-06&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2021-09-27..2021-10-06&type=Issues) | [yuvipanda](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ayuvipanda+updated%3A2021-09-27..2021-10-06&type=Issues)

4.0.0a11

([Full Changelog](https://github.com/jupyterlab/jupyterlab/compare/v4.0.0a10...c6b14b6efc96043fb4e6af8cec5914a68d8db113))

Enhancements made

- reuse cell id of cut cell on cut + paste [11138](https://github.com/jupyterlab/jupyterlab/pull/11138) ([smacke](https://github.com/smacke))
- Add ability to hide the header bar in simple mode [11107](https://github.com/jupyterlab/jupyterlab/pull/11107) ([fcollonval](https://github.com/fcollonval))
- Fetch translations via the `ServerConnection.ISettings` [11091](https://github.com/jupyterlab/jupyterlab/pull/11091) ([jtpio](https://github.com/jtpio))
- Add Side-by-side Rendering [10648](https://github.com/jupyterlab/jupyterlab/pull/10648) ([jess-x](https://github.com/jess-x))

Bugs fixed

- Normalize notebook cell line endings to \n [11141](https://github.com/jupyterlab/jupyterlab/pull/11141) ([jasongrout](https://github.com/jasongrout))
- Fix auto close brackets for console [11137](https://github.com/jupyterlab/jupyterlab/pull/11137) ([ohrely](https://github.com/ohrely))
- Improve the reactive toolbar [11108](https://github.com/jupyterlab/jupyterlab/pull/11108) ([fcollonval](https://github.com/fcollonval))
- use posix explicitly for PathExt [11099](https://github.com/jupyterlab/jupyterlab/pull/11099) ([mbektas](https://github.com/mbektas))
- Update the lock after every request [11092](https://github.com/jupyterlab/jupyterlab/pull/11092) ([hbcarlos](https://github.com/hbcarlos))

Maintenance and upkeep improvements

- Fix the "Edit on GitHub" link [11149](https://github.com/jupyterlab/jupyterlab/pull/11149) ([krassowski](https://github.com/krassowski))
- Refactor `BenchmarkReporter` [11090](https://github.com/jupyterlab/jupyterlab/pull/11090) ([trungleduc](https://github.com/trungleduc))

Documentation improvements

- fix up 11117 - typo in docs: page_config.json [11152](https://github.com/jupyterlab/jupyterlab/pull/11152) ([achimgaedke](https://github.com/achimgaedke))
- Fix the "Edit on GitHub" link [11149](https://github.com/jupyterlab/jupyterlab/pull/11149) ([krassowski](https://github.com/krassowski))
- Remove item from changelog that slips through [11110](https://github.com/jupyterlab/jupyterlab/pull/11110) ([fcollonval](https://github.com/fcollonval))
- Add a note on the Jupyter Releaser in the extension tutorial [11085](https://github.com/jupyterlab/jupyterlab/pull/11085) ([jtpio](https://github.com/jtpio))
- Simplify installation instructions in README [10559](https://github.com/jupyterlab/jupyterlab/pull/10559) ([chrisyeh96](https://github.com/chrisyeh96))

Other merged PRs

- Bump nth-check from 2.0.0 to 2.0.1 in /jupyterlab/staging [11109](https://github.com/jupyterlab/jupyterlab/pull/11109) ([dependabot](https://github.com/dependabot))

Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterlab/jupyterlab/graphs/contributors?from=2021-09-15&to=2021-09-27&type=c))

[achimgaedke](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aachimgaedke+updated%3A2021-09-15..2021-09-27&type=Issues) | [blink1073](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ablink1073+updated%3A2021-09-15..2021-09-27&type=Issues) | [chrisyeh96](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Achrisyeh96+updated%3A2021-09-15..2021-09-27&type=Issues) | [dependabot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Adependabot+updated%3A2021-09-15..2021-09-27&type=Issues) | [echarles](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aecharles+updated%3A2021-09-15..2021-09-27&type=Issues) | [fcollonval](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Afcollonval+updated%3A2021-09-15..2021-09-27&type=Issues) | [github-actions](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agithub-actions+updated%3A2021-09-15..2021-09-27&type=Issues) | [goanpeca](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Agoanpeca+updated%3A2021-09-15..2021-09-27&type=Issues) | [hbcarlos](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ahbcarlos+updated%3A2021-09-15..2021-09-27&type=Issues) | [jasongrout](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajasongrout+updated%3A2021-09-15..2021-09-27&type=Issues) | [jess-x](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajess-x+updated%3A2021-09-15..2021-09-27&type=Issues) | [jtpio](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajtpio+updated%3A2021-09-15..2021-09-27&type=Issues) | [jupyterlab-dev-mode](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-dev-mode+updated%3A2021-09-15..2021-09-27&type=Issues) | [jupyterlab-probot](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ajupyterlab-probot+updated%3A2021-09-15..2021-09-27&type=Issues) | [krassowski](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Akrassowski+updated%3A2021-09-15..2021-09-27&type=Issues) | [mbektas](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ambektas+updated%3A2021-09-15..2021-09-27&type=Issues) | [meeseeksdev](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Ameeseeksdev+updated%3A2021-09-15..2021-09-27&type=Issues) | [ohrely](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Aohrely+updated%3A2021-09-15..2021-09-27&type=Issues) | [smacke](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Asmacke+updated%3A2021-09-15..2021-09-27&type=Issues) | [trungleduc](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Atrungleduc+updated%3A2021-09-15..2021-09-27&type=Issues) | [welcome](https://github.com/search?q=repo%3Ajupyterlab%2Fjupyterlab+involves%3Awelcome+updated%3A2021-09-15..2021-09-27&type=Issues)

Page 3 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.