jupyter-resource-usage icon indicating copy to clipboard operation
jupyter-resource-usage copied to clipboard

Not showing

Open ladychili opened this issue 4 years ago • 1 comments

jupyter                           1.0.0
jupyter-client                    6.1.11
jupyter-console                   6.0.0
jupyter-contrib-core              0.3.3
jupyter-contrib-nbextensions      0.5.1
jupyter-core                      4.7.0
jupyter-nbextensions-configurator 0.4.1
jupyter-resource-usage            0.5.1
jupyter-server                    1.2.2
jupyterlab                        3.0.5
jupyterlab-server                 2.1.2
jupyterlab-system-monitor         0.7.0
jupyterlab-topbar                 0.6.0
nbresuse                          0.4.0
{
    // System Monitor
    // jupyterlab-system-monitor:plugin
    // System Monitor
    // ********************************

    // CPU Settings
    // Settings for the CPU indicator
    "cpu": {
        "label": "CPU: "
    },

    // Memory Settings
    // Settings for the memory indicator
    "memory": {
        "label": "Mem: "
    },

    // Refresh Rate (ms)
    // Refresh Rate to sync metrics data
    "refreshRate": 5000
}

The jupyterlab UI has no changes. Is there any other configs needed after installing?

ladychili avatar Jan 18 '21 06:01 ladychili

Thank @ladychili.

For now the jupyter-resource-usage lab extension only provides the status bar item for the memory usage in JupyterLab 3.0:

image

The other UI components from the jupyterlab-system-monitor extension should eventually be moved to this repo too (tracked in https://github.com/jtpio/jupyterlab-system-monitor/issues/51). If you are referring to these components, can you open an issue in https://github.com/jtpio/jupyterlab-system-monitor? Thanks!

jtpio avatar Jan 18 '21 08:01 jtpio