Warning
This documentation is for an old version of IPython.
You can find docs for newer versions here.
 
Module: html.services.notebooks.handlers
Tornado handlers for the notebooks web service.
Authors:
4 Classes
- 
class IPython.html.services.notebooks.handlers.NotebookRootHandler(application, request, **kwargs)
 
Bases: IPython.html.base.handlers.IPythonHandler
- 
class IPython.html.services.notebooks.handlers.NotebookHandler(application, request, **kwargs)
 
Bases: IPython.html.base.handlers.IPythonHandler
- 
class IPython.html.services.notebooks.handlers.NotebookCheckpointsHandler(application, request, **kwargs)
 
Bases: IPython.html.base.handlers.IPythonHandler
- 
get(*args, **kwargs)
 
get lists checkpoints for a notebook
- 
post(*args, **kwargs)
 
post creates a new checkpoint
- 
class IPython.html.services.notebooks.handlers.ModifyNotebookCheckpointsHandler(application, request, **kwargs)
 
Bases: IPython.html.base.handlers.IPythonHandler
- 
delete(*args, **kwargs)
 
delete clears a checkpoint for a given notebook
- 
post(*args, **kwargs)
 
post restores a notebook from a checkpoint