IPython Documentation

Table Of Contents

Previous topic

Module: html.nbextensions

Next topic

Module: html.notebookapp

This Page

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