[sage-support] Re: which version of ipython for building a sagecell server

2013-11-17 Thread mbuffat69
Hi using the link provided by Jason, I have a running version of sage and sagecell server on my ubuntu box I can run python and sage program. Plotting with sage is working plot(x^3) draw the correct

[sage-support] Re: which version of ipython for building a sagecell server

2013-11-16 Thread mbuffat69
Hi Jason i follow your instructions but I get a first error when building sage: Trying to download http://www.sagemath.org/packages/upstream//ipython/ipython-1.0.0.tar.bz2 IOError: [Errno 404] Not Found: so I download python-1.0.0.tar.bz2 from githubs and put it on upstream But I got the same

[sage-support] Re: which version of ipython for building a sagecell server

2013-11-15 Thread mbuffat69
Jason I have try to follow your instructions as: mkdir sage git init git remote add -f jason https://github.com/jasongrout/sage.git git checkout jason/sagecell mkdir upstream wget -O ipython-1.0.0.tar.gz https://github.com/ipython/ipython/releases/download/rel-1.0.0/ipython-1.0.0.tar.gz make

[sage-support] Re: using cell server with moodle (problem with script balise)

2013-11-13 Thread mbuffat69
I follow the suggestion of Jason and remove the script tag div class=sage 1+2 /div and it works. By the way, in moodle the html editor has a raw mode. However as pointed by Stefan, as soon as I return to the visual mode, the editor add the [CDATA[ stuff around the script balise. As far as I

[sage-support] which version of ipython for building a sagecell server

2013-11-13 Thread mbuffat69
I want to use the sage cellserver for online course with moodle. I presently use the sage*cell*.*sagemath*.org, but I want to use my own sagecell server at the university I have try to compile the SAGE cellserver using the https://github.com/sagemath/sagecell I successfully compile SAGE

[sage-support] which version of ipython for building a sagecell server

2013-11-13 Thread mbuffat69
I want to use the sage cellserver for online course with moodle. I presently use the sage*cell*.*sagemath*.org, but I want to use my own sagecell server at the university I have try to compile the SAGE cellserver using the https://github.com/sagemath/sagecell I successfully compile SAGE

[sage-support] Re: using cell server with moodle (problem with script balise)

2013-11-13 Thread mbuffat69
Yes the html editor in moodle escape i.e. div class=sage if 12: print 'hi' /div is converted automatically div class=sageif 1lt;2: print 'hi' /div however the code in written with one line, i.e. I am unable to insert multi-lines using only div Moreover string enclosed with does nor

[sage-support] using cell server with moodle (problem with script balise)

2013-11-12 Thread mbuffat69
I am trying to insert sage cell inside moodle page, in order to use sage for online course. I found the idea behind sage cell and ipython wonderful for online course, but I have a problem. I am using moodle 2.4 and insert the html code from http://aleph.sagemath.org/static/about.html. In