Configure an interpreter using WSL | PyCharm
www.jetbrains.com › help › pycharmDec 22, 2021 · Press Ctrl+Alt+S to open the project Settings/Preferences and go to Project <project name> | Python Interpreter. Then click the icon and select Add. In the left-hand pane of the dialog, click WSL. Select the Linux distribution and specify the path to the python executable in the selected Linux distribution.
Manage Jupyter notebook servers | PyCharm
www.jetbrains.com › help › pycharmOct 09, 2021 · Launch a local Jupyter server To run a Jupyter server just execute any code cell. When you initiate cell execution, PyCharm launches the Jupyter server on the local host using any available port (by default, it is the 8888 port). You can switch to the Jupyter Server tool window to preview server's configuration details.