I teach physics at Hampden-Sydney College, and I this is my second semester using iPython notebooks for my student homework. I used Canopy, because it works on Windows and Mac has very good training on demand videos. I have my students install Canopy, and download my assignment files, and upload their files. I grade them one at a time by opening them on my computer.Like many other colleges, we are considering changing our Learning Management System, from Blackboard to something else. The one we are most looking at is Canvas (http://www.instructure.com/), but we are open minded to which one we pick.As I am on our committee, what I want to know is this. Which LMS options are most likely to integrate themselves with Jupyter?
Has the Jupyter project been approached by any of these companies, such as Canvas, Blackboard, Moodle, or any others?
--
You received this message because you are subscribed to the Google Groups "Teaching with Jupyter Notebooks" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jupyter-educat...@googlegroups.com.
To post to this group, send email to jupyter-...@googlegroups.com.
Visit this group at http://groups.google.com/group/jupyter-education.
To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter-education/be122355-e197-4599-989b-0cefaeeccb84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks again, Jonathan
I just got the following E-mail from someone who works at Canvas:
Jupyter is new and there's no indication that we've explored the idea of embedding it within Canvas. Our Canvas Product team indicates that it would definitely be a candidate for a LTI integration.
A customer would have to gain access to an installation of Jupyter Notebook and in an ideal world, they'd build a LTI tool for authenticated access by the end user into it. Info on developing to the LTI specification can be found in the resources on eduappcenter.com.
In the mean time, Redirect (LTI available within Canvas) would be a useful approach and if the notebook is secured behind a SSL certificate, could open up in Canvas like many of our other integration examples (no mixed-content browser message).
The redirect could be added as a Module item (as shown in the image above) and/or a link via Course Navigation.
APIs would be another option, too, but that would be a completely custom dev project whereas LTI is standards based and could be used in any LMS platform. It would depend on the Jupyter development community to build it out, though.
I hope this helps! Right now the best way to use Jupyter Notebook would be through the Redirect Tool unless Jupyter (or the Jupyter community) builds the LTI tool for integration with Canvas or another LMS.