Is there a way to detect if you are running in a VSCode notebook #15068
Unanswered
hoxbro
asked this question in
Questions and Answers
Replies: 1 comment
-
Any updates? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to be able to detect if the code I'm running is inside a VSCode notebook. Right now, I'm looking at the following system environment variables:
VSCODE_CWD
andVSCODE_PID,
but those do not seem to be enough. Is there a better way to detect it?Beta Was this translation helpful? Give feedback.
All reactions