mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
must...bring...back...comma
This commit is contained in:
parent
af03eb6d1b
commit
b7ed106d11
@ -173,7 +173,7 @@ class NotebookWebApplication(web.Application):
|
|||||||
mathjax_url=ipython_app.mathjax_url,
|
mathjax_url=ipython_app.mathjax_url,
|
||||||
config=ipython_app.config,
|
config=ipython_app.config,
|
||||||
use_less=ipython_app.use_less,
|
use_less=ipython_app.use_less,
|
||||||
jinja2_env=Environment(loader=FileSystemLoader(template_path))
|
jinja2_env=Environment(loader=FileSystemLoader(template_path)),
|
||||||
)
|
)
|
||||||
|
|
||||||
# allow custom overrides for the tornado web app.
|
# allow custom overrides for the tornado web app.
|
||||||
|
Loading…
Reference in New Issue
Block a user