Module: html.notebook.handlers
Tornado handlers for the live notebook view.
Authors:
2 Classes
-
class IPython.html.notebook.handlers.NotebookHandler(application, request, **kwargs)
Bases: IPython.html.base.handlers.IPythonHandler
-
get(*args, **kwargs)
get renders the notebook template if a name is given, or
redirects to the ‘/files/’ handler if the name is not given.
-
class IPython.html.notebook.handlers.NotebookRedirectHandler(application, request, **kwargs)
Bases: IPython.html.base.handlers.IPythonHandler