IPython laptop does not boot: output too large

I have an iPython laptop file that does not load, apparently because the file has too much output (thousands of lines of printed results, old computer).

I can edit the file using notepad without problems, but copying and clearing the code from there cell by cell is very time-consuming.

Is there a way to restore the code differently or ask the iPython laptop to download only the code and not print all past outputs when opening the file?

+4
source share

All Articles