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
{{ message }}
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This will avoid having an external dependency on nbresuse / jupyter-resource-usage.
And using the new distribution system for federated / pre-built extensions in JupyterLab 3.0, it will be easier to have everything installed and working with a single pip install jupyter-resource-usage.
Regarding the dependency on the topbar plugin, this could be made optional. With https://github.com/jtpio/jupyterlab-topbar staying as-is and providing the token. For example:
Check jupyterlab-topbar is installed and the ITopBar token is available. If so, add the indicators to the topbar just like now.
If not available, add the indicators to the top area instead with app.shell(widget, 'top')
This way users will only get the functionality if they ask for it with pip install jupyterlab-topbar.