Skip to content

0.4.0

Compare
Choose a tag to compare
@jtpio jtpio released this 23 Nov 09:40
1d7b8d4

Changes

  • Soft-deprecate /metrics endpoint: #68
  • nbresuse now exposes a new endpoint: /api/metrics/v1: #68

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:

image

Two options:

  • continue using nbresuse==0.3.6 instead of 0.4.0
  • enable the deprecated /metrics endpoint with:
jupyter lab --ResourceUseDisplay.disable_legacy_endpoint=False