@@ -35,9 +35,7 @@ class NotebookObject:
3535
3636 - ``interface`` -- string (default: ``'localhost'``), address
3737 of network interface to listen on; give ``''`` to listen on
38- all interfaces. You may use ``address`` here for backwards
39- compatibility, but this is deprecated and will be removed in
40- the future.
38+ all interfaces.
4139
4240 - ``port_tries`` -- integer (default: ``0``), number of
4341 additional ports to try if the first one doesn't work (*not*
@@ -81,11 +79,11 @@ class NotebookObject:
8179
8280 in the file .bashrc in your home directory.
8381
84- .. warning::
82+ .. warning::
8583
86- If you are running a server for others to log into, set `automatic_login=False`.
87- Otherwise, all of the worksheets on the entire server will be loaded when the server
88- automatically logs into the admin account.
84+ If you are running a server for others to log into, set `automatic_login=False`.
85+ Otherwise, all of the worksheets on the entire server will be loaded when the server
86+ automatically logs into the admin account.
8987
9088
9189 - ``timeout`` -- integer (default: 0) seconds until idle
@@ -203,7 +201,7 @@ class NotebookObject:
203201 def __call__ (self , * args , ** kwds ):
204202 return self .notebook (* args , ** kwds )
205203
206- notebook = run_notebook .notebook_twisted
204+ notebook = run_notebook .notebook_run
207205 setup = run_notebook .notebook_setup
208206
209207notebook = NotebookObject ()
0 commit comments