heroku-jupyterlab
heroku-jupyterlab copied to clipboard
Bump notebook from 5.4.0 to 6.4.12
Bumps notebook from 5.4.0 to 6.4.12.
Release notes
Sourced from notebook's releases.
6.4.12
What's Changed
- Address security advisory GHSA-v7vq-3x77-87vg
Full Changelog: https://github.com/jupyter/notebook/compare/v6.4.11...6.4.12
v6.4.11
6.4.11
Bugs fixed
- Update further to ipykernel comm refactoring #6358 (
@echarles
)Maintenance and upkeep improvements
- Add testpath to the test dependencies. #6357 (
@echarles
)- Temporary workaround to fix js-tests related to sanitizer js loading by phantomjs #6356 (
@echarles
)- Use place-hold.it instead of plaecehold.it to create image placeholders #6320 (
@echarles
)- Migrate to python 3.7+ #6260 - Fixes #6256 (
@penguinolog
)Contributors to this release
(GitHub contributors page for this release)
@blink1073
|@echarles
|@fcollonval
|@github-actions
|@jtpio
|@penguinolog
v6.4.8
6.4.8
Bugs fixed
- Fix to remove potential memory leak on Jupyter Notebooks ZMQChannelHandler code #6251 (
@Vishwajeet0510
)Contributors to this release
(GitHub contributors page for this release)
v6.4.7
... (truncated)
Changelog
Sourced from notebook's changelog.
Changelog
A summary of changes in the Jupyter notebook. For more detailed information, see GitHub.
Use
pip install notebook --upgrade
orconda upgrade notebook
to upgrade to the latest release.We strongly recommend that you upgrade pip to version 9+ of pip before upgrading
notebook
.Use
pip install pip --upgrade
to upgrade pip. Check pip version withpip --version
.v7.2
Jupyter Notebook 7.2 is based on JupyterLab 4.2, and includes a number of new features, 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.
Below are a few highlights for this new release. Most of the new features and improvements come from the update to JupyterLab 4.2, although they are not all supported in Notebook 7.2.
For reference you may have a look at the JupyterLab 4.2 changelog to learn more: https://jupyterlab.readthedocs.io/en/latest/getting_started/changelog.html#v4-2
Full notebook windowing mode by default
Notebooks in the
full
windowing mode only render the visible cells, significantly improving the performance of the application. One limitation offull
mode is that the search function in your browser may produce false negatives; using the search function is recommended. To revert to the behaviour from Notebook 7.2, go to Settings → Settings Editor → Notebook, scroll to “Windowing mode”, and choosedefer
.Improved Shortcuts Editor
Among the numerous improvements and bug fixes for the keyboard shortcuts editor:
- it is now possible to remove the default shortcuts,
- shortcuts are correctly sorted when using a language pack,
- shortcuts with different arguments are now correctly displayed as individual entries.
Dark high contrast theme
A new theme, JupyterLab Dark High Contrast, which is intended to benefit users with the need for higher contrast, following the WCAG AAA accessibility standard for color contrast. To select this theme, from the menu bar, choose Settings → Theme → JupyterLab Dark High Contrast. Please provide feedback and suggestions on further improvements to this theme.
7.3.0b0
Enhancements made
... (truncated)
Commits
aee4535
Release 6.4.12a161ffa
Merge pull request from GHSA-v7vq-3x77-87vgb79702c
updated error messages to not mention hidden filescb3dc22
Update notebook/services/contents/filemanager.py1c3d7a6
added hidden checks on handlers.py and accompanying testsf69eb96
added hidden checks on FileContentsManager and accompanying tests2a76184
add checks for hidden file or path on file get920c5cc
Merge pull request #6421 from RRosio/update-versiond4eb85d
updating version to show dev8109251
Publish 6.4.11- Additional commits viewable in compare view
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.