I think I am going to have a "moment" here! Thanks!
This sheet is just great; all the things I have wanted to do,
demonstrated :)
I do have some trivial suggestions (to make it even more
impressive)
1) I had to do
pip install ipympl
Would it be reasonable to do a try/except in the header?
2) I changed the 3D graphs and animation to include
g.show()
g.save('test.html');
!google-chrome --new-window test.html
!firefox --new-window test.html
--
I can't tell you how much I enjoy these! And can publish to web
pages!
It worked with Google Chrome and Firefox.
Not to get tedious:
I am also implementing a test so that the test.html output only
displays once and updates can be done by the web page refresh.
3) I changed/added @interact demos to allow external access to
internal values externally.
4) My only request/question is to be able to add the "interact"
controls to HTML output; but that's probably a step to far, and
would require some real Javascript coding :)
I have done several practice runs of things similar to this
sheet, but this page much cleaner and thorough; without having to
have all the ifs/ands/buts that I usually end up with :)
rrogers
--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/bcd158d5-447d-4f9f-8e10-dc4be496f486n%40googlegroups.com.
1) I had to dopip install ipympl
Would it be reasonable to do a try/except in the header?
2) I changed the 3D graphs and animation to include
3) I changed/added @interact demos to allow external access to internal values externally.