Is there a way to hide a single code cell's output in Google Colab?
No one needs to see the sea of pip
logs when we install things:
If you look at the screenshot you'll see I tried to apply one of the solutions from this similar Stack Overflow question: https://stackoverflow.com/a/48084050/1762493
I tried applying TagRemovePreprocessor.remove_single_output_tags
as a #comment
, a @@Magic
, and a !command
but those don't work with this line.
I checked Colab's "Welcome" and "Resource" notebooks but didn't notice anything there for deeper notebook settings: https://colab.research.google.com/notebooks/welcome.ipynb
Is this even possible?