[IPython-dev] Using IPython notebooks to teach Python

Ramalingam Saravanan rsarava at gmail.com
Fri Aug 22 20:24:33 EDT 2014


Hi Sébastien,

The multi-user IPython server would be the best option for your needs, but
here are some alternatives:

    https://github.com/ptone/jiffylab

    https://cloud.sagemath.com

    https://github.com/mitotic/graphterm (my own project; somewhat
experimental)

Here's a paper from SciPy14 proceedings that discusses these alternatives:

    https://dl.dropboxusercontent.com/u/72208800/docs/Saravanan-SciPy14.pdf

Best,
Saravanan


On Thu, Aug 21, 2014 at 4:55 PM, Sébastien Hinderer <
Sebastien.Hinderer at inria.fr> wrote:

> Dear all,
>
> My team currently studies the possibility to use IPython notebooks in a
> Python Mooc, more precisely for doing exercises. Teachers would prepare
> the questions in a notebook and students could answer the questions
> directly in the notebook itself. Actually, we would provide one copy of
> the original teacher's notebook for each student, so that all of them have
> their own notebook on which they can work independently.
>
> What I'm trying to study here is the server's security. How to prevent
> students from both doing malicious things on the server and accessing /
> modifying the notebooks of other students.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140822/096fb836/attachment.html>


More information about the IPython-dev mailing list