Installing Jupyter Notebook modules in PyCharm

Installed the Jupyter module in the PyCharm IDE. There was a problem with installing the modules. Installing modules via the PyCharm terminal itself (py-m pip install module name)the screenshot shows that the scipy module is visible in the terminal (there was a command py-m pip list), but Jupyter itself gives an error, saying that there is no such module But Jupyter does not see the modules installed in this way.

Author: Alexey, 2020-04-04