Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: html.tree.handlers¶
Tornado handlers for the tree view.
Authors:
- Brian Granger
2 Classes¶
-
class
IPython.html.tree.handlers.TreeHandler(application, request, **kwargs)¶ Bases:
IPython.html.base.handlers.IPythonHandlerRender the tree view, listing notebooks, clusters, etc.
-
class
IPython.html.tree.handlers.TreeRedirectHandler(application, request, **kwargs)¶ Bases:
IPython.html.base.handlers.IPythonHandlerRedirect a request to the corresponding tree URL
