Reputation: 41
Where do you set the environment variables for Jupyter in Visual Studio Code for Mac?
Upvotes: 2
Views: 1141
Reputation: 554
There's a number of things you can do (I work on the jupyter extension)
"jupyter.runStartupCommands": ["import os;os.environ['TEST'] = '1'"]
Upvotes: 2