Hello Andy, is this about displaying the Python *code*, or the *output* when you run the code?
Restarting the kernel should have no effect on what is being displayed. Unless you select "Restart & Clear Output", in which case it is expected that all output gets cleared. If your problem is missing output, you don't have to run each cell manually. Select "Kernel -> Restart & Run All" to restart the kernel and run all cells, or "Cell -> Run All" to run all cells without restarting the kernel. If you save your notebook before stopping Jupyter or closing the browser, the output should still be displayed next time you load it. The state in memory will be gone of course, similar to when you restart the kernel. The menu items I quoted are from a newer version of Jupyter Notebook. They may have had slightly different names in the version 4.4 you are using. Version 5.4 is available by now, so you might want to upgrade. http://jupyter-notebook.readthedocs.io/en/stable/changelog.html hope that helps, Roland -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/df5e7d1f-9165-4b07-8363-30c5b4e6e3ec%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
