Ask Your Question

ihanson's profile - activity

2013-02-13 16:54:11 +0200 answered a question how do I remove this sage installation problem

Run Sage once as root:

sudo ./sage --nodotsage

This will give Sage the permissions it needs to update the paths. Afterwards, you will be able to run Sage as a normal user.

2012-08-27 10:46:06 +0200 received badge  Teacher (source)
2012-08-27 10:46:06 +0200 received badge  Necromancer (source)
2012-08-25 16:33:08 +0200 received badge  Autobiographer
2012-08-25 16:30:28 +0200 answered a question Sage cell server - do I really need so many makeSagecell invocations?

As of commit 8f99d8, you can use any JQuery selector, including ones that select multiple elements, as an inputLocation. You can create a Sage cell in multiple locations using something like:

sagecell.makeSagecell({inputLocation:  '.sagecell-plot',
                       template:       sagecell.templates.restricted});

where sagecell-plot is the name of the class of which each of the inputLocations is a member.