diff --git a/egi_notebooks_hub/d4science.py b/egi_notebooks_hub/d4science.py index 1584c03..e336f58 100644 --- a/egi_notebooks_hub/d4science.py +++ b/egi_notebooks_hub/d4science.py @@ -250,7 +250,8 @@ class D4ScienceSpawner(KubeSpawner): config=True, help="""Frame ancestors for embedding the hub in d4science""", ) - use_sidecar = Bool(True, + use_sidecar = Bool( + True, config=True, help="""Whether to use or not a sidecar for the workspace""", )