From b7ed106d11d6dc6e95743efa741770b894f4d6e2 Mon Sep 17 00:00:00 2001 From: Matt Henderson Date: Thu, 15 Aug 2013 16:49:42 -0700 Subject: [PATCH] must...bring...back...comma --- IPython/html/notebookapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/notebookapp.py b/IPython/html/notebookapp.py index ec0423905..08b4f584a 100644 --- a/IPython/html/notebookapp.py +++ b/IPython/html/notebookapp.py @@ -173,7 +173,7 @@ class NotebookWebApplication(web.Application): mathjax_url=ipython_app.mathjax_url, config=ipython_app.config, 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.