Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: html.notebook.handlers

Tornado handlers for the live notebook view.

Authors:

  • Brian Granger

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