IPython Documentation

Table Of Contents

Previous topic

Module: html.fabfile

Next topic

Module: html.notebookapp

This Page

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

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