I am going to show any image/picture/logo etc. in Python in Google Colab.
from google.colab import files from IPython.display import Image
First method: You can upload the image/ logo or picture from Google Drive / Laptop / Computer
Image("Coach Pegasus JPEG.jpg" , width = 1200)
Output: