You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`nbresuse` now exposes a new endpoint: `/api/metrics/v1`: https://github.com/yuvipanda/nbresuse/pull/68
7
+
8
+
### Migrating to 0.4.0
9
+
10
+
To upgrade to the latest version:
11
+
12
+
```
13
+
python -m pip install -U nbresuse
14
+
```
15
+
16
+
If you use the classic notebook, there shouldn't be anything to do. The classic notebook extension already uses the new endpoint and is automatically installed.
17
+
18
+
If you use JupyterLab 2.x and want the memory usage indicator in the status bar to continue showing metrics:
0 commit comments