In JetBrains PyCharm, runtime environment variables can be set from Run > Edit Configurations
. However, in JetBrains DataSpell, I can't find the Run Configurations
menu option. I can add env vars for Terminal
or Console
from the Preferences menu, but these are not loaded when running a Jupyter notebook.
The DataSpell documentation indicates that this might be possible, but I still don't see the run configs option. The prerequisites require that "Python plugin is installed and enabled", but I don't see any plugin called "Python" in the JetBrains plugin marketplace.
How can I configure env vars in DataSpell that are accessible when running cells in a Jupyter notebook? (I would rather NOT set up these vars in the OS).
EDIT: After I messaged JetBrains, references to the "Python plugin" were removed from the documentation. I also upgraded to 2022.1 EAP and there is still no Run Configurations option.