Running shell scripts before kernel starts #17002
-
|
I have a shell script that sets up some environment variable (notably I'm aware of the Run Startup Commands setting, however it seems to only support Python commands that run after the kernel is started, so setting Is there a way to run a script before the kernel process is launched, or perhaps a good alternative way to achieve the same result? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
In fact, I think I've found a reasonable solution: start a Jupyter server outside VS Code and connect to it from VS Code. |
Beta Was this translation helpful? Give feedback.
In fact, I think I've found a reasonable solution: start a Jupyter server outside VS Code and connect to it from VS Code.