We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
template_dir
templates_dir
1 parent 1acc30b commit 0cc8ebbCopy full SHA for 0cc8ebb
jupyterlab_server/config.py
@@ -314,8 +314,8 @@ class LabConfig(HasTraits):
314
help="Whether getting a relative (False) or absolute (True) path when copying a path.",
315
).tag(config=True)
316
317
- @default("template_dir")
318
- def _default_template_dir(self) -> str:
+ @default("templates_dir")
+ def _default_templates_dir(self) -> str:
319
return DEFAULT_TEMPLATE_PATH
320
321
@default("labextensions_url")
0 commit comments