#17826: Update to IPython 3.0
-------------------------------------+-------------------------------------
       Reporter:  vbraun             |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.6
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:  R. Andrew Ohana
        Authors:  Volker Braun       |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  b1f248d3888bec0314c4c430006d40fee37c6bce
  u/vbraun/update_to_ipython_3_0     |     Stopgaps:
   Dependencies:  #17234, #17833,    |
  #17288, #17897                     |
-------------------------------------+-------------------------------------
Changes (by ohanar):

 * status:  needs_review => needs_work
 * reviewer:   => R. Andrew Ohana


Comment:

 After clearing out `DOT_SAGE`, I get this if I try to start up the
 notebook:
 {{{
 Traceback (most recent call last):
   File "/Users/ohanar/code/sage/src/bin/sage-notebook", line 192, in
 <module>
     launcher(unknown)
   File "/Users/ohanar/code/sage/src/bin/sage-notebook", line 79, in
 __init__
     SageKernelSpec.update()
   File "/Users/ohanar/code/sage/local/lib/python2.7/site-
 packages/sage/repl/ipython_kernel/install.py", line 218, in update
     instance.use_local_mathjax()
   File "/Users/ohanar/code/sage/local/lib/python2.7/site-
 packages/sage/repl/ipython_kernel/install.py", line 100, in
 use_local_mathjax
     self.symlink(src, dst)
   File "/Users/ohanar/code/sage/local/lib/python2.7/site-
 packages/sage/repl/ipython_kernel/install.py", line 81, in symlink
     os.symlink(src, dst)
 OSError: [Errno 2] No such file or directory
 }}}

 It looks like you are trying to symlink into a directory that hasn't yet
 been created. Probably just need to add a `mkdir -p` type thing in there.

--
Ticket URL: <http://trac.sagemath.org/ticket/17826#comment:23>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to