-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sagecell eval examples no longer load #220
Comments
this page did work in the past. something must have changed with the
sagecell embedding script.
https://www.sagemath.org/eval.html and in particular
I don't know if a lot has changed but @Andrey Novoseltsev
***@***.***> would know for sure. Maybe that was a very archaic
embedding that is used there.
|
it's definitely very old code. I don't even know if the bug is in the website's script or the embedding code from sagecell. Maybe it's just a tiny fix. 🤷🏻 |
As I recall, you had to pick items in the menu and THEN some SageCell will be populated and processed. At the moment it seems that the menu is not populated. My random guess also is that most of the code will not work because of print issue. This page existed before interact website was up and the latter was shut down quite a while ago too. It is awesome to have a big and organized collection of interacts, but so far we have failed to maintain it properly. As far as sagecell embedding script, I was always trying to make sure that changes are backwards compatible and while there are some exotic situations with LMS where things change, the rest was working fine on the JavaScript side, as far as I am aware. |
As I recall, you had to pick items in the menu and THEN some SageCell will
be populated and processed. At the moment it seems that the menu is not
populated. My random guess also is that most of the code will not work
because of print issue. This page existed before interact website was up
and the latter was shut down quite a while ago too. It is awesome to have a
big and organized collection of interacts, but so far we have failed to
maintain it properly.
Though on a related note, see http://sage-cell-repository.wikidot.com
|
this page did work in the past. something must have changed with the sagecell embedding script.
https://www.sagemath.org/eval.html and in particular
https://github.com/sagemath/website/blob/master/src/eval/eval.js
error:
The text was updated successfully, but these errors were encountered: