Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
A tornado based IPython notebook server.
Authors:
Bases: tornado.web.Application
Bases: IPython.core.application.BaseIPythonApplication
Shutdown all kernels.
The kernels will shutdown themselves when this process no longer exists, but explicit shutdown allows the KernelManagers to cleanup the connection files.
Check the components submodule, and warn if it’s unclean
construct the kernel arguments
initialize tornado webapp and httpserver
Return the current working directory and the server url information
Start the IPython Notebook server app, after initialization
This method takes no arguments so all configuration and initialization must be done prior to calling this method.
return extra paths + the default location
Generate a list of n random ports near the given port.
The first 5 ports will be sequential, and the remaining n-5 will be randomly selected in the range [port-2*n, port+2*n].
Load the (URL pattern, handler) tuples for each component.