diff --git a/IPython/frontend/html/notebook/handlers.py b/IPython/frontend/html/notebook/handlers.py index 32c0e30..1a2a509 100644 --- a/IPython/frontend/html/notebook/handlers.py +++ b/IPython/frontend/html/notebook/handlers.py @@ -186,8 +186,8 @@ class AuthenticatedHandler(RequestHandler): @property def use_less(self): - """Use less instead of css in templates""" - return self.application.use_less + """Use less instead of css in templates""" + return self.application.use_less @property def ws_url(self): @@ -304,7 +304,8 @@ class NamedNotebookHandler(AuthenticatedHandler): logged_in=self.logged_in, login_available=self.login_available, mathjax_url=self.application.ipython_app.mathjax_url, - use_less=self.use_less,)) + use_less=self.use_less,) + ) class PrintNotebookHandler(AuthenticatedHandler): diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 21565bb..6f54b58 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -68,8 +68,8 @@ class="notebook_app"
  • Python (.py)
  • -
    - +
  • Close and halt