#11080: move notebook to flask/wsgi-based notebook
--------------------------------------------------+-------------------------
   Reporter:  jason                               |          Owner:  jason, 
mpatel, was                                 
       Type:  enhancement                         |         Status:  
needs_review                                       
   Priority:  major                               |      Milestone:  sage-4.8   
                                        
  Component:  notebook                            |       Keywords:  sd31       
                                        
Work_issues:                                      |       Upstream:  N/A        
                                        
   Reviewer:  Rado Kirov, Dan Drake, Jason Grout  |         Author:  Mike 
Hansen, Rado Kirov, William Stein, Jason Grout
     Merged:                                      |   Dependencies:  #11078, 
#11874                                     
--------------------------------------------------+-------------------------

Comment(by gutow):

 With 4.8.alpha4, what is described here does not work.  I redid
 everything.  The .spkgs seem to install without error.  The patch for this
 ticket does not work and the notebook fails to launch with the error:
 {{{
 /home/jonathan/Documents/sage-4.8.alpha4/<ipython console> in <module>()

 
/home/jonathan/Documents/sage-4.8.alpha4/devel/sagenb/sagenb/notebook/notebook_object.py
 in __call__(self, *args, **kwds)
     202     """
     203     def __call__(self, *args, **kwds):
 --> 204         return self.notebook(*args, **kwds)
     205
     206     notebook = run_notebook.notebook_twisted

 
/home/jonathan/Documents/sage-4.8.alpha4/devel/sagenb/sagenb/notebook/run_notebook.py
 in notebook_twisted(self, directory, port, interface, address, port_tries,
 secure, reset, require_login, accounts, openid, server_pool, ulimit,
 timeout, open_viewer, sagetex_path, start_path, fork, quiet, subnets)
     442     if open_viewer:
     443         "Open viewer automatically isn't fully implemented.  You
 have to manually open your web browser to the above URL."
 --> 444     return run(port)
     445
     446 def get_admin_passwd():

 
/home/jonathan/Documents/sage-4.8.alpha4/devel/sagenb/sagenb/notebook/run_notebook.py
 in run(port)
     427         os.chdir(cwd)
     428         if e == 256:
 --> 429             raise socket.error
     430
     431         return True

 }}}

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