I am doing some data science course on Udemy and I have created environment inside conda and later on I wanted to use seaborn
module. It was not found by Jupyter since it's not installed. So, I installed it using pip install
and checked inside anaconda prompt that its installed. I restarted the notebook, but it can not find this module. Seaborn version I installed is 0.13.2 and Python version is 3.12.
Thanks