Hi Guys! Welcome to the new blog. While working with OpenCV and Jupyter Notebook, have you came across with this thought that what if you will able to display your live webcam feed in a Jupyter notebook. Usually what happens is whenever you tries to run any computer vision program which requires live webcam feed. It opens in the separate window and I don't like this separate webcam window. So, I decided to write a simple python program which will help to display your live webcam feed in a Jupyter notebook using OpenCV and Python3.