Re: [sage-devel] help (notebook) examples use depreciated code

2010-02-27 Thread John Cremona
It has been noted here before that the docstring for notebook() is very out of date -- which adds to the pain of a novice trying to set up a server. There is better (and different) documentation somewhere on the wiki, and in another place but I forget where... John On 27 February 2010 16:03, Dr.

Re: [sage-devel] help (notebook) examples use depreciated code

2010-02-27 Thread Dr. David Kirkby
Dr. David Kirkby wrote: help(notebook) shows as the 2nd and 4th example: 2) notebook(address='', secure=True) 4)notebook(address='', server_pool=['sa...@localhost'], ulimit='-v 50', accounts=True) But when one reads the documentation, it says 'address' is depreciated in favor of 'interf

[sage-devel] help (notebook) examples use depreciated code

2010-02-27 Thread Dr. David Kirkby
help(notebook) shows as the 2nd and 4th example: 2) notebook(address='', secure=True) 4)notebook(address='', server_pool=['sa...@localhost'], ulimit='-v 50', accounts=True) But when one reads the documentation, it says 'address' is depreciated in favor of 'interface'. As such, it would b