I am really curious how you use these worksheets in your teaching.
Classroom demonstrations in a lab? Student work outside of class?
I ask because I am always looking for better ways to use computer tools
to enhance learning.
Thanks,
Jason
The problem was that the notebook wasn't correctly handling things when
you delete a file in the cell.
https://github.com/sagemath/sagenb/commit/25aadd9eec6439cbacf9be5f76647079080bed12
should fix this problem. I'll push it out to sagenb.org after we've
verified that the big changes from yesterday are not causing any issues.
Thanks,
Jason
Another thing is that for longer animations, an animated GIF is
probably not the best format. You should probably use something that
can collate a bunch of frames into an mpeg movie or similar. I am sure
there are command-line programs for that which would allow you to take
the same approach as with "convert". Good luck!
Very nice example. I tried adding the line (locally, didn't try on sagenb.org)
os.system("ffmpeg -i movie.avi movie.webm")
and then I got a webm file that at least firefox plays without problem.
For some reason it didn't work in Chromium, which is kind of odd.
Cheers,
--
Vegard Lima
> --
> To post to this group, send email to sage-s...@googlegroups.com
> To unsubscribe from this group, send email to sage-support...@googlegroups.com
> For more options, visit this group at http://groups.google.com/group/sage-support
> URL: http://www.sagemath.org
My fix is live on sagenb.org now, so you should be able to publish that
worksheet.
Thanks,
Jason