#7911: scilab interface is missing in the notebook dropdown menu
----------------------------+-----------------------------------------------
   Reporter:  olazo         |       Owner:  was            
       Type:  defect        |      Status:  needs_review   
   Priority:  minor         |   Milestone:  sage-4.3.2     
  Component:  notebook      |    Keywords:  scilab,notebook
     Author:  Mitesh Patel  |    Upstream:  N/A            
   Reviewer:                |      Merged:                 
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by mpatel):

 The notebook is now actually a [http://nb.sagemath.org/ separate project],
 with it's own "sagenb" repository.  (I'm assuming that you didn't apply
 the patch to this repository.  In any case, absolutely no offense is
 intended.)  Since you built Sage from source, there should be a ~20 MB
 file `$SAGE_ROOT/spkg/standard/sagenb-0.6.spkg`, where `$SAGE_ROOT` is the
 distribution's base install directory.  To test the patch, try, e.g.,
 {{{
 #!sh
 mkdir tmp
 cd tmp
 tar jxvf $SAGE_ROOT/spkg/standard/sagenb-0.6.spkg  # [1]
 cd sagenb-0.6/src/sagenb
 sage -hg qimport http://trac.sagemath.org/sage_trac/raw-
 attachment/ticket/7911/trac_7911-missing_scilab.2.patch  # [2, 3]
 sage -hg qpush
 sage -python setup.py install     # [4]
 }}}
 Then start the notebook and see if/how I messed up. :)  You can run the
 notebook doctests with `sage -t -sagenb`.

 By the way, if you'd like to apply the patch to the upcoming SageNB
 release (0.7.x), get the spkg from #8051 and use the first patch above.

  * ![1] To install an spkg directly, use, e.g., `sage -f sagenb-0.6.spkg`.
  * ![2] This assumes you've enabled the
 [http://wiki.sagemath.org/MercurialQueues?highlight=%28queues%29 Mercurial
 Queues] extension.
  * ![3] If your system already has a relatively recent version of
 Mercurial installed, you can substitute `hg` for `sage -hg`.
  * ![4] Or run `sage -python setup.py develop` to work "in place."  This
 is great for experimenting.

 Please let me know if you have any questions.

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