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!
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-09-24 16:44:19 +0100
Seen: 990 times
Last updated: Sep 25 '11
Notebook List Object Data Storage/Retrieval? (Start/Restart)
Short Cython Example In A Notebook Cell?
What happens in insecure mode?
Is notebook() mutually-exclusive from "./sage -gdb" mode?
Can I pause a computation rather than aborting it? (Interrupt Command)
What state is preserved when I close a running notebook browser window?