#8387: help (notebook) examples use deprecated usage.
----------------------------+-----------------------------------------------
   Reporter:  drkirkby      |       Owner:  drkirkby    
       Type:  defect        |      Status:  needs_review
   Priority:  major         |   Milestone:  sage-4.3.4  
  Component:  notebook      |    Keywords:              
     Author:  Mitesh Patel  |    Upstream:  N/A         
   Reviewer:                |      Merged:              
Work_issues:                |  
----------------------------+-----------------------------------------------
Changes (by drkirkby):

  * owner:  was => drkirkby


Comment:

 I see you have changed one bit to

 {{{
 notebook(interface='', server_pool=['sa...@localhost'],
 }}}

 Does the server_pool bit actually work? It certainly does not for me. I
 find the only way to Sage to use another account is to put something like
 in a python file, and get python to load it at startup. Otherwise, ussing
 server_pool in the way documented fails.

 {{{server_pool=['sa...@localhost']

 n.notebook('sage_notebook', port=8000, accounts=True, address='',
          server_pool = server_pool, ulimit='-u 1000 -v 1000000 -t 3600',
     open_viewer=False, timeout=20*60, secure=False, port_tries=0)

 }}}



 Perhaps this is outside the ticket, but if it does not work, perhaps its
 better to remove any examples showing how to user server_pool.

 Dave

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8387#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to