Move the memory usage status bar item to the nbresuse repo #9363
Labels
pkg:statusbar
status:resolved-locked
Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
tag:Extensions
In #9349, we realize that it would be simpler for the memory usage status bar item to be moved to the
nbresuse
repo, and developed as a third-party extension.This item currently lives in lab here:
jupyterlab/packages/statusbar-extension/src/index.ts
Lines 327 to 356 in ae08605
This would make it easier for
nbresuse
to move independently from JupyterLab, and avoid syncing on both repos for major releases.The extension can be developed as federated / pre-built extension, using the new distribution system with pip and conda:
https://jupyterlab.readthedocs.io/en/latest/developer/extension_dev.html#goals-of-the-federated-extension-system
Which means that the extension would be automatically installed on
pip install nbresuse
, and would be seamless to the users since they already have to perform this step anyway.The text was updated successfully, but these errors were encountered: