recsys2019
recsys2019 copied to clipboard
Bump jupyterlab from 1.2.21 to 3.6.7
Bumps jupyterlab from 1.2.21 to 3.6.7.
Release notes
Sourced from jupyterlab's releases.
v3.6.7
3.6.7
Security fixes
- Potential authentication and CSRF tokens leak in JupyterLab (GHSA-44cc-43rp-5947)
Bugs fixed
- [3.6.x] Fix M1 install, declare
node-gyp@^9.0.0
#15395 (@dlqqq
)- Backport PR #14534 and PR #15237 on branch 3.6.x (Hide completer when changing notebook tabs) #15244 (
@meeseeksmachine
)Maintenance and upkeep improvements
- Pin
actions/labeler
to v4 to fix failing CI action #15496 (@krassowski
)- Fix URLs in debugger-extension #15462 (
@fcollonval
)- Fix docs deployment failing on 3.6 branch #15424 (
@krassowski
)Contributors to this release
(GitHub contributors page for this release)
@afshin
|@andrii-i
|@blink1073
|@bollwyvl
|@brichet
|@davidbrochart
|@dharmaquark
|@dlqqq
|@echarles
|@fcollonval
|@g547315
|@gabalafou
|@GabrielaVives
|@github-actions
|@HaudinFlorence
|@j264415
|@JasonWeill
|@jtpio
|@jupyterlab-probot
|@krassowski
|@lumberbot-app
|@meeseeksmachine
|@misterfads
|@mlucool
|@parmentelat
|@skyetim
|@tonyfast
|@welcome
|@Wh1isper
v3.6.6
3.6.6
Maintenance and upkeep improvements
- Remove pre-commit job #15154 (
@fcollonval
)- Install playwright browser in jupyterlab.browser_check #15117 (
@brichet
)- Fix pepy.tech links #14982 (
@fcollonval
)- Fix broken link #14937 (
@fcollonval
)- Rename readthedoc config #14927 (
@fcollonval
)- Update the
jupyter labextension list
compat message #14680 (@jtpio
)Documentation improvements
- Install playwright browser in jupyterlab.browser_check #15117 (
@brichet
)- Fix pepy.tech links #14982 (
@fcollonval
)- Create JupyterLab 3.4.4 accessibility statement #14856 (
@isabela-pf
)- Update docs to
jupyter_server_config.py
#13208 (@jtpio
)- Update the
jupyter labextension list
compat message #14680 (@jtpio
)
... (truncated)
Changelog
Sourced from jupyterlab's changelog.
(changelog)=
JupyterLab Changelog
v4.1
JupyterLab 4.1 includes a number of new features (described below), bug fixes, and enhancements for extension developers. 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.
Custom CSS
Jupyterlab now supports automatic loading of custom CSS. Themes are the recommended way for customizing the JupyterLab look and feel, while custom CSS is intended for minor personal adjustments.
To opt in, start JupyterLab with the
--custom-css
flag. The location of thecustom.css
file is documented in the section on customizing the user interface.`custom.css` is also available in Jupyter Notebook; while similar selectors can be used for components shared between JupyterLab 4.1 and Jupyter Notebook 7.0, there was a different set of selectors in Notebook 6 and older versions. Users with the custom CSS file using the selectors from legacy Notebook versions will need to update them and note that tutorials may refer to the selectors for the old Notebook versions.
Diagrams in Markdown
Matching GitHub-Flavoured Markdown, JupyterLab 4.1 now supports Mermaid diagrams. To create a mermaid diagram use the
mermaid
language specifier for a code block in a markdown cell or document, for example:```mermaid flowchart LR
A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2]
</code></pre> <p>which renders as:</p> <!-- raw HTML omitted --> <h3>Inline completer</h3> <p>JupyterLab now supports completion presented as ghost text in the cell and file editors,</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary>
<ul> <li>See full diff in <a href="https://github.com/jupyterlab/jupyterlab/commits/@jupyterlab/[email protected]">compare view</a></li> </ul> </details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 <dependency name> 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.