4 Answers
+ 2
Download Anaconda, it comes with like 200 libraries, and other cool features
https://docs.anaconda.com/anaconda/install/windows/
+ 4
Brian Muchai Kaguri you can install modules in pycharm!
Here's how you install "tensorflow" module in pycharm!
Other modules also follow the same process!
https://youtu.be/ujTCoH21GlA
+ 3
Oh I see. You will either need to create a virtual environment and have PyCharm use the virtual environment or you will need to configure PyCharm to use Anacondas python interpreter.
https://medium.com/infinity-aka-aseem/how-to-setup-pycharm-with-an-anaconda-virtual-environment-already-created-fb927bacbe61
https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html#interpreter
+ 1
Yes Steven M, I have already downloaded it thanks to you in an earlier reply, but how can you inherit, let's say, the libraries from Jupyter to pycharm, numpy seems to be present in jupyter but missing in pycharm