#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:                |  
----------------------------+-----------------------------------------------

Comment(by drkirkby):

 My god, I did manage to make a few mistakes in that lot!! I should have
 re-read before posting!

 {{{
 import sagenb.notebook.notebook_object as n

 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)

 }}}

 works, but specifying a server pool at the Sage prompt with something
 like:

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

 does not work for me. It might be a Solaris specific issue of course.

 Dave

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8387#comment:5>
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