This is the error message I am getting after running the code in Jupyter Notebook.
If I write pip install selenium its is saying pip not found
ModuleNotFoundError Traceback (most recent call last)
Input In [7], in <cell line: 1>()
----> 1 from selenium import webdriver
2 from BeautifulSoup import BeautifulSoup
3 import pandas as pd
ModuleNotFoundError: No module named 'selenium'