As for having it work via a pop-out. The closest I got was using JupyterLab, which the first link in my comment above launches, & using from the menubar 'View' > 'Render Side-by-Side'.
It is an list of images (your input). import numpy as np import matplotlib.pyplot as plt import matplotlib.animation as animation from IPython.display import HTML #===== # Create Fake Images using Numpy # You don't need this in your code as you have your own imageList. # This is used as an example.
To display the image in the Jupiter notebook, just change your original code to the following: from IPython.display import Image imgUrl = 'pythontest.png' # setup path and filename img = Image(url=imgUrl) # create the image object img # display the image This code works in my Python 3.7 setup.Attached image is not showing only in my jupyter notebook. It just shows the text "image.png". When I share the same file with other people, nothing goes wrong and the image does not appear only in my jupyter notebook. Is it a version issue? I would appreciate it if you could tell me how to solve it.![image.png](attachment:9c4294b5-debe-4fd2
This Jupyter Notebook allows you to interactively edit and run a subset of the code samples from the corresponding chapter in our book, Learning OpenCV 5 Computer Vision with Python 3. Any Jupyter server should be capable of running the Notebook, even if the sample input images files are not available in the server's local filesystem.