IPython Documentation

Table Of Contents

Previous topic

Module: html.fabfile

Next topic

Module: html.notebookapp

This Page

Note

This documentation is for a development version of IPython. There may be significant differences from the latest stable release (0.13.2).

Module: html.notebook.handlers

Tornado handlers for the live notebook view.

Authors:

  • Brian Granger

4 Classes

class IPython.html.notebook.handlers.NewHandler(application, request, **kwargs)

Bases: IPython.html.base.handlers.IPythonHandler

class IPython.html.notebook.handlers.NamedNotebookHandler(application, request, **kwargs)

Bases: IPython.html.base.handlers.IPythonHandler

class IPython.html.notebook.handlers.NotebookRedirectHandler(application, request, **kwargs)

Bases: IPython.html.base.handlers.IPythonHandler

class IPython.html.notebook.handlers.NotebookCopyHandler(application, request, **kwargs)

Bases: IPython.html.base.handlers.IPythonHandler