Is it possible to keep previous output in jupyter notebook when re running the same program?

Viewed 14

I have executed a python program in juypter notebook, I got output for the program as required but I want to keep the output and while re running the program I want to know the previous output, So that I would compare all the outputs.

0 Answers
Related