Access output from previous cells
How does one access output from a previous cell, short of reading, for example, http://localhost:8000/home/admin/73/c... I assume there is an easier way.
Thank you.
How does one access output from a previous cell, short of reading, for example, http://localhost:8000/home/admin/73/c... I assume there is an easier way.
Thank you.
You can get the output from the cell immediately before by using "_", as in "a = _". I don't know if there is a way to get the output from earlier cells.
Yes, I know about this. However, it only shows returned objects, not printed ones.
Well, if you want a better answer, give more information: give an example of what sort of output you want.
I just assumed there would be an easy way to access cell output, especially when it overflows into a full_output.txt. Thank you anyways!
Asked: 13 years ago
Seen: 1,015 times
Last updated: Sep 25 '11