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.
1 Class¶
- 
class IPython.html.notebook.handlers.NotebookHandler(application, request, **kwargs)¶
- Bases: - IPython.html.base.handlers.IPythonHandler- 
get(path)¶
- get renders the notebook template if a name is given, or redirects to the ‘/files/’ handler if the name is not given. 
 
- 
