python - iPython Notebook Print Above Last Line -
i have notebook going print off hundreds of lines. there anyway have next line print above lastly one?
as in:
output_n ... output 2 output 1
instead of:
output1 output2 ... output_n
kind of! from ipython.display import clear_output
, calling clear_output()
clear everything. reprint starting output_n. it's... not ideal.
here's link.
python ipython ipython-notebook
No comments:
Post a Comment