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.
On the latest version (jupyter-resource-usage 0.5.1, jupyterlab-topbar 0.6.1 and jupyterlab-system-monitor 0.8.0) running on JupyterLab 3.0.9, I was unable to launch jupyter lab with my jupyter lab config file containing the following:
Attempting to launch jupyter lab would give the error: [ ... NotebookApp] Bad config encountered during initialization: Trait, ResourceUseDisplay, not found.
Without these options in my Jupyter config, I was unable to show memory limits or track/show the CPU usage (as expected).
It would make sense to also update the docs in this repo for now, before moving the system-monitor extension to jupyter-resource-usage at some point: #51
Uh oh!
There was an error while loading. Please reload this page.
On the latest version (
jupyter-resource-usage 0.5.1
,jupyterlab-topbar 0.6.1
andjupyterlab-system-monitor 0.8.0
) running on JupyterLab3.0.9
, I was unable to launchjupyter lab
with my jupyter lab config file containing the following:Attempting to launch
jupyter lab
would give the error:[ ... NotebookApp] Bad config encountered during initialization: Trait, ResourceUseDisplay, not found.
Without these options in my Jupyter config, I was unable to show memory limits or track/show the CPU usage (as expected).
However, changing this to:
worked and displayed memory limits and CPU usage/limits.
Is this expected? Should the
README
be changed if so?The text was updated successfully, but these errors were encountered: