Why my pandas library (along with some other lib) does not work on my jupyter when it does work in my PyCharm

时间:2017-12-18 08:02:09

标签: python anaconda jupyter

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.

0 个答案:

没有答案