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 5.10.rc1 on my ubuntu box 12.04 I then patch sage using wget https://github.com/jasongrout/sage/commit/fdbe79ef7ed0ca0fa6c712c4c580ba34de1a1166.patch wget https://github.com/jasongrout/sage/commit/c1ad5805558b15694d783bbb5c77296f2d492b2e.patch patch --ignore-whitespace -p2 < fdbe79ef7ed0ca0fa6c712c4c580ba34de1a1166.patch patch --ignore-whitespace -p2 < c1ad5805558b15694d783bbb5c77296f2d492b2e.patch and install ipython with easy_install ipython and Install the latest sagecell spkg I have a running sage cell server, but it can only evaulate python, and not sage typing: plot(x^3) result to an error ERROR: Internal Python error in the inspect module. Below is the traceback from this internal error. ERROR - failed to write data to stream: <IPython.kernel.zmq.iostream.OutStream object at 0x7368ad0> ERROR: Internal Python error in the inspect module. Below is the traceback from this internal error. Error in sys.excepthook: Traceback (most recent call last): File "/home4/local/sage-5.10.rc1/local/lib/python2.7/site-packages/ipython-1.1.0-py2.7.egg/IPython/core/ultratb.py", line 1030, in __call__ ..... I have try to use sage 5.12, it compiles but does not work The question is: what version of sage, and what version of ipython do I need to compile a working sage cellserver on ubuntu 12.04 Thanks Marc -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
