python - Can users edit the notebooks on a public notebook server? -


i'm considering ipython notebook educational purposes. idea provide students webbased demos illustrate topics of lecture. i'd students able change parameters of code can study impact or create own examples.

i've learned possible setup public ipython notebook server. understand it, provides full functionality of notebooks (not displaying them) exposed public. right?

bonus question: how can prevent users persistently changing notebooks provide "session copy"?

  1. yes, that's right. public ipython notebook server provides full funcionality connects via browser. has server's password can edit/create/delete notebooks on server.

  2. as far know, there's no possibility prevent users persistently changing notebooks on server. dirty workaround be: every student copies central notebook (file --> make copy) , works in copied notebook only. this, however, doesn't prevent abuse/unintentional changes students in central notebook.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -