Browse Source

Restore config dir handling

Steven Silvester 8 years ago
parent
commit
5166d290ba
1 changed files with 3 additions and 0 deletions
  1. 3 0
      jupyterlab/labextensions.py

+ 3 - 0
jupyterlab/labextensions.py

@@ -27,6 +27,9 @@ class BaseExtensionApp(JupyterApp):
     version = __version__
     version = __version__
     flags = flags
     flags = flags
 
 
+    lab_config_dir = Unicode(ENV_CONFIG_PATH[0], config=True,
+         help="The lab configuration directory")
+
     should_build = Bool(True, config=True,
     should_build = Bool(True, config=True,
         help="Whether to build the app after the action")
         help="Whether to build the app after the action")