File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ def _default_static_url_prefix(self):
230
230
).tag (config = True )
231
231
232
232
template_paths = List (Unicode (),
233
- help = _i18n ( """Paths to search for serving jinja templates.
233
+ help = """Paths to search for serving jinja templates.
234
234
235
235
Can be used to override templates from notebook.templates.""" )
236
236
).tag (config = True )
@@ -247,7 +247,7 @@ def _config_file_name_default(self):
247
247
"""The default config file name."""
248
248
if not self .name :
249
249
return ''
250
- return 'jupyter_{}_config' .format (self .name .replace ('-' ,'_' ))
250
+ return 'jupyter_{}_config' .format (self .name .replace ('-' , '_' ))
251
251
252
252
def initialize_settings (self ):
253
253
"""Override this method to add handling of settings."""
You can’t perform that action at this time.
0 commit comments