[sage-support] Re: Sagecell not running in moodle pages

2015-08-17 Thread Sergey Semerikov
Is there any good news on embedding sage cells into Moodle pages? Thanks! Sergey -- 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

[sage-support] Re: Sagecell not running in moodle pages

2015-07-11 Thread Volker Braun
The relevant error is: Uncaught Error: Mismatched anonymous define() module: function (CodeMirror) {... See http://requirejs.org/docs/errors.html#mismatch This is probably because CodeMirror insists on defining an anonymous module in the presence of requirejs, you might get away with just

[sage-support] Re: Sagecell not running in moodle pages

2015-07-11 Thread Jason Grout
On 7/11/15 04:47, Volker Braun wrote: TL;DR: JS does not have some feature (in this case: modules) so there are 5 different and mutually incompatible ways to do it. All of them broken in funny ways... Luckily, es6 javascript has modules, so hopefully at least some of the funny things will be

[sage-support] Re: Sagecell not running in moodle pages

2015-07-10 Thread Andrey Novoseltsev
On Friday, 10 July 2015 04:10:04 UTC-6, Modlo Eugene wrote: Hi everyone! Trying to use sagecell in moodle pages. A few month ago everything was fine, but now, after accepting the terms of service i see only rounding circle at right side of cell. Same promblem was in local pages, but now