#7874: Typeset labels for interact controls
------------------------+---------------------------------------------------
Reporter: mpatel | Owner: was
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-4.3.1
Component: notebook | Keywords:
Work_issues: | Author: Mitesh Patel
Upstream: N/A | Reviewer:
Merged: |
------------------------+---------------------------------------------------
Comment(by mpatel):
Please see [http://nb.sagemath.org/ SageNB's home] for brief directions.
In particular,
{{{
#!sh
mkdir tmp; cd tmp
wget
http://boxen.math.washington.edu/home/wstein/patches/sagenb/sagenb-0.4.9.spkg
tar jxvf sagenb-0.4.9.spkg
cd sagenb-0.4.9/src/sagenb
sage -hg pull http://boxen.math.washington.edu:8100
sage -hg update
}}}
Then apply the patch, do
{{{
#!sh
sage -python setup.py develop
}}}
and run the notebook. (The "develop" command, unlike the "install"
command, just tells `setuptools` to use the current directory as the
installation.) To revert to original version, you can `hg qpop` the patch
(if you're using [http://wiki.sagemath.org/MercurialQueues queues]) or do
{{{
#!sh
sage -f sagenb-0.4.9.spkg
}}}
Please let me know, if you have questions.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7874#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.