I am a very beginner to programming, and I recently faced this problem that I did not even know how to begin solving.
I have installed pandas and scikit library (through pip install) on my anaconda, and have been successfully using these libraries in my PyCharm.
But when I turned to my jupyter notebook and tried importing these libraries, it responded that it is not installed. (my jupyter and PyCharm are connected to the same anaconda)
I am very curious to why this problem arises and how I could solve this.