Ask Your Question

shoibalc's profile - activity

2015-06-21 22:32:55 +0200 received badge  Notable Question (source)
2013-12-24 13:07:10 +0200 received badge  Popular Question (source)
2013-09-30 14:48:50 +0200 received badge  Famous Question (source)
2013-06-20 21:17:31 +0200 received badge  Notable Question (source)
2013-05-01 22:02:01 +0200 received badge  Popular Question (source)
2012-09-19 10:33:18 +0200 received badge  Scholar (source)
2012-09-19 10:33:18 +0200 marked best answer Is anything special required to setup a moinmoin wiki server with sage cells?

This is the plugin we use on our moinmoin wiki: https://github.com/jasongrout/sagecel...

The installation instructions are at the top of the file.

2012-09-19 10:32:44 +0200 commented answer Is anything special required to setup a moinmoin wiki server with sage cells?

Exactly what I was looking for. Something similar should make it a useful sphinx plugin as well.

2012-09-19 10:28:19 +0200 received badge  Supporter (source)
2012-09-19 03:11:06 +0200 commented question Is anything special required to setup a moinmoin wiki server with sage cells?

For example, this rst snippet becomes a sagecell. What python modules and/or javascript magic are involved? What do I need to reproduce this? {{{#!sagecell @interact def gfan_browse(p1 = input_box('x^3+y^2',type = str, label='polynomial 1: '), p2 = input_box('y^3+z^2',type = str, label='polynomial 2: '), p3 = input_box('z^3+x^2',type = str, label='polynomial 3: ')): R.<x,y,z> = PolynomialRing(QQ,3) i1 = ideal(R(p1),R(p2),R(p3)) gf1 = i1.groebner_fan() testr = gf1.render() html('Groebner fan of the ideal generated by: ' + str(p1) + ', ' + str(p2) + ', ' + str(p3)) show(testr, axes = False, figsize=[8,8*(3^(.5))/2]) }}}

2012-09-19 00:02:18 +0200 commented answer Is anything special required to setup a moinmoin wiki server with sage cells?

I know that method but it is for inserting sagecells in html pages. I am too lazy for that:) I'd rather write restructured text and let moinmoin do the work. See [text version](http://wiki.sagemath.org/interact/algebra?action=raw) of the wiki page linked above.

2012-09-18 23:10:45 +0200 asked a question Is anything special required to setup a moinmoin wiki server with sage cells?

I know how to setup a moinmoin wiki server but I am not sure how I go about setting up one that produces page similar to http://wiki.sagemath.org/interact/algebra. Looking at the raw text hasn't been of much help. Is there a howto somewhere or can anybody give me a few pointers.

Thanks!

2012-09-12 03:56:29 +0200 answered a question Is there a server (ftp server?) that keeps old sage binaries?

Some of the mirrors are ftp servers and keep a few old binaries.

ftp://ftp.iitm.ac.in/sage/linux/64bit/

ftp://ftp.sun.ac.za/pub/mirrors/www.sagemath.org/linux/64bit/

2012-09-12 00:01:03 +0200 commented question Is there a server (ftp server?) that keeps old sage binaries?

The README on the sagecell github pages refers to 5.0 and must be fairly old. I found this list of requirements which is supposed to work for 5.2 https://github.com/sagemath/sagecell/issues/344. I wonder if this is the most recent update?

2012-09-11 10:08:02 +0200 received badge  Editor (source)
2012-09-11 00:43:37 +0200 asked a question Is there a server (ftp server?) that keeps old sage binaries?

I can find any old sage binaries on the web. The sage server and mirrors erase any links to the old ones. I am sure there are kept somewhere.

I would like to try the sage cell server (I need Sage 5.0 on Ubuntu 10.04) but I do not intend to compile the source.