I have recently started using PyCharm to write my python code. In the past, I have used Jupyter Notebook more.
I thought that the packages I have installed in Jupyter would work in PyCharm, but this is not the case. I keep getting "module not found" errors in Pycharm.
How do I configure Pycharm so that all the packages I have installed in Jupyter are usable PyCharm as well? The only way I can think of is to reinstall each module separately in Pycharm, but there are so many that I have installed in Jupyter that it would not be practical.