Skip to content

How to configure "Enable resource usage indicators" to true from c = get_config() #244

Open
@sgrenf95

Description

@sgrenf95

Hello Jupyter Server community!

Do you know if there is a way to set the "Enable resource usage indicators" from the Resource Usage Indicator settings to True (see attached image) from the jupyter_server_config.py file?

Image

So I have a configuration file called jupyter_server_config.py with the following content:

import sys
import os

from jupyter_core.paths import jupyter_data_dir
import subprocess
import errno
import stat

c = get_config()
c.ServerApp.open_browser = False

c.ResourceUseDisplay.track_cpu_percent = True
c.ResourceUseDisplay.track_disk_usage = True

# Add bash as a jupyter terminal shell
c.ServerApp.terminado_settings = {'shell_command': ['/bin/bash']}

Do you know if there is a way to configure the "Enable resource usage indicators" setting to True from the jupyter_server_config.py file?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions