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.
1 parent e909776 commit 3812a23Copy full SHA for 3812a23
jupyter_server/extension/application.py
@@ -188,7 +188,9 @@ def _default_log_format(self):
188
"""override default log format to include date & time"""
189
return u"%(color)s[%(levelname)1.1s %(asctime)s.%(msecs).03d %(name)s]%(end_color)s %(message)s"
190
191
- static_url_prefix = Unicode().tag(config=True)
+ static_url_prefix = Unicode(
192
+ help="""Url where the static assets for the extension are served."""
193
+ ).tag(config=True)
194
195
@default('static_url_prefix')
196
def _default_static_url_prefix(self):
0 commit comments