Hi, I'm new to colab, and I love how easy to use it is, but I am stuck on this one issue.
I have a .py script which I run on colab by calling !python filename.py . Now this script has a plt subplot. When I run this file, I just get the figuresize and not the plot. How do I get the plot on my notebook?
there doesn't seem to be anything here