jtpio/jupyterlab-system-monitor

Not showing anything other than memory

darenr opened this issue · 5 comments

Screen Shot 2020-06-26 at 9 06 38 AM

JupyterLab 2.1.3
nbresuse==0.3.6

Hi, darenr

Have you created the file ~/.jupyter/jupyter_notebook_config.py?
Please, run the command below and paste here.

jupyter labextension list

JupyterLab v2.1.3
Known labextensions:
   app dir: /opt/conda/share/jupyter/lab
        @jupyter-widgets/jupyterlab-manager v2.0.0  enabled  OK
        @jupyterlab/csvviewer v2.1.2  enabled  OK
        jupyterlab-system-monitor v0.6.0  enabled  OK
        jupyterlab-topbar-extension v0.5.0  enabled  OK
        jupyterlab_marketplace v2.2.2  enabled  OK
jtpio commented

CPU is not enabled by default and nbresuse requires the track_cpu_percent option.

Is the track_cpu_percent option set? https://github.com/jtpio/jupyterlab-system-monitor#graphic-display

worked great - thank you

Have you created the file ~/.jupyter/jupyter_notebook_config.py?

Creating this config file worked for me -- apparently the extension still uses the notebook config file even for lab (which also has its own --generate-config option. Thanks for the tip.