I want to give a lecture on using a jupyter notebook. I've entered my code as "in:" and tested it generating "out:". I don't want to have the outputs visible until after I hit return on an input when presenting, so the students can see it in action. How do I save the current file so when I open it no outputs are visible? (Note that this is different than hiding the output, such as with a semicolon.)
-
"I recently watched a webinar in which @rxin clear the results from the Javascript Console (in Chrome) View -> Developer -> JavaScript Console and then type "notebook.clearResults()" " from: forums.databricks.com/questions/1833/…keiv.fly– keiv.fly2017-02-26 20:08:50 +00:00Commented Feb 26, 2017 at 20:08
-
1Why not simply delete the outputs before the lecture? (Cell -> All Output -> Clear)Gregor Sturm– Gregor Sturm2017-02-27 15:54:50 +00:00Commented Feb 27, 2017 at 15:54
-
I didn't know about (Cell -> All Output -> Clear) but now I do! Thanks Gregor.ericf– ericf2017-02-27 23:53:24 +00:00Commented Feb 27, 2017 at 23:53
Add a comment
|