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