Skip to content
This repository was archived by the owner on Jun 18, 2020. It is now read-only.

Commit b2b89d0

Browse files
author
Jason Grout
committed
Better document option changes over the last few commits.
1 parent 74799b3 commit b2b89d0

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

sagenb/notebook/notebook_object.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

209207
notebook = NotebookObject()

0 commit comments

Comments
 (0)