jupyter / help

:sparkles: Need some help or have some questions? Please visit our Discourse page.
https://discourse.jupyter.org
291 stars 97 forks source link

Inspecting a notebook #547

Open benbarefield opened 5 years ago

benbarefield commented 5 years ago

I'm wondering if is possible to setup an environment where a notebook can be dynamically created for a student (probably using JupiterHub) and then inspected as they are working in it. I have found some documentation (and the "try jupyter" pages) that suggests the first part of what I want to do is possible, but I haven't seen anything about programatic inspection of a notebook.

Thanks!