Releases: jupyter-server/jupyter-resource-usage
Releases · jupyter-server/jupyter-resource-usage
v0.6.2
0.6.2
Enhancements made
Maintenance and upkeep improvements
- Fix lint configuration and failures #138 (@kevin-bates)
- [pre-commit.ci] pre-commit autoupdate #137 (@pre-commit-ci)
- [pre-commit.ci] pre-commit autoupdate #135 (@pre-commit-ci)
- Bump parse-url from 6.0.0 to 6.0.2 #133 (@dependabot)
- [pre-commit.ci] pre-commit autoupdate #132 (@pre-commit-ci)
- [pre-commit.ci] pre-commit autoupdate #131 (@pre-commit-ci)
- [pre-commit.ci] pre-commit autoupdate #129 (@pre-commit-ci)
- Bump nanoid from 3.1.30 to 3.3.3 #128 (@dependabot)
- [pre-commit.ci] pre-commit autoupdate #126 (@pre-commit-ci)
- Bump moment from 2.29.1 to 2.29.2 #125 (@dependabot)
- [pre-commit.ci] pre-commit autoupdate #122 (@pre-commit-ci)
- Bump minimist from 1.2.5 to 1.2.6 #121 (@dependabot)
- Bump url-parse from 1.5.3 to 1.5.10 #120 (@dependabot)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@dependabot | @dleen | @jtpio | @kevin-bates | @pre-commit-ci | @welcome
v0.6.1
0.6.1
Enhancements made
- catch psutil exceptions #113 (@jhgoebbert)
- Add CPU display to extension #105 (@stevenstetzler)
Bugs fixed
Maintenance and upkeep improvements
Other merged PRs
- Bump tar from 6.1.5 to 6.1.11 in /packages/labextension #111 (@dependabot)
- Bump url-parse from 1.5.1 to 1.5.3 in /packages/labextension #110 (@dependabot)
- Bump path-parse from 1.0.6 to 1.0.7 in /packages/labextension #108 (@dependabot)
- Bump tar from 6.1.0 to 6.1.5 in /packages/labextension #106 (@dependabot)
- Bump normalize-url from 4.5.0 to 4.5.1 in /packages/labextension #103 (@dependabot)
- Bump ws from 7.4.5 to 7.4.6 in /packages/labextension #102 (@dependabot)
- Update to 3.0.16 packages #101 (@jtpio)
- Update dependencies #100 (@jtpio)
- Bump lodash from 4.17.20 to 4.17.21 in /packages/labextension #99 (@dependabot)
- Bump hosted-git-info from 2.8.8 to 2.8.9 in /packages/labextension #98 (@dependabot)
- Add changelog for 0.6.0 #96 (@jtpio)
Contributors to this release
(GitHub contributors page for this release)
@dependabot | @jhgoebbert | @jtpio | @stevenstetzler | @vidartf | @welcome
0.6.0
Changes
executor
as ApiHandle class attribute #95 (jtpio)- Update RELEASE.md #94 (jtpio)
- Clarify notebook/jupyter_server usage #93 (fcollonval)
- Bump ssri from 8.0.0 to 8.0.1 in /packages/labextension #90 (dependabot[bot])
- Update to JupyterLab 3.0 final packages #87 (jtpio)
- Add instructions to install with conda #83 (jtpio)
- Add Changelog for 0.5.1 #82 (jtpio)
0.5.1
0.5.0
Changes
- Rename to
jupyter-resource-usage
: #74 - Add a JupyterLab 3.0 extension for the memory usage status bar item: #69
- Drop the deprecated
/metrics
endpoint: #77
Install with:
pip install jupyter-resource-usage
Migrating to 0.5.0
Check out the changelog for more details: https://github.com/jupyter-server/jupyter-resource-usage/blob/master/CHANGELOG.md#050
0.4.0
Changes
Migrating to 0.4.0
If you use the classic notebook, there shouldn't be any difference.
If you use JupyterLab and want the memory usage indicator in the status bar to continue showing metrics:
Two options:
- continue using
nbresuse==0.3.6
instead of0.4.0
- enable the deprecated
/metrics
endpoint with:
jupyter lab --ResourceUseDisplay.disable_legacy_endpoint=False