Trying to find the output history for a particular Jupyter Notebook. I tried %hist -o -g -f ipython_history.md
but this only got me the input history. Is there any way to get the output history on JupyterLab?
Asked
Active
Viewed 93 times
1

algebroo
- 132
- 6
-
(note that the answers describe how to get output of any previously executed cell) – krassowski Apr 20 '21 at 08:35
-
Did you want to be able to see the history one particular cell at a time--then the question linked above should help you--or did you want a way to get the whole output history at once? I'm thinking the latter, and I'm hoping someone will know the answer. – joanis Apr 20 '21 at 11:34
-
@joanis what would be an example use case of getting entire output history? (just being curious here). – krassowski Apr 20 '21 at 13:07
-
Dumping all the output to a file, for example, similarly to OP's example dumping all the inputs to a file. I'm just trying to clarify the question so someone could answer it more effectively. – joanis Apr 20 '21 at 13:27
-
I've asked the question again - in a more clear way – algebroo Apr 20 '21 at 21:42