Schreiben Sie die Zellausgabe, um Jupyter Colab zu filmen
%%capture cap --no-stderr
print_something()
with open('/path/to/capture.txt') as f:
f.write(cap.stdout)
Lazy Lizard