VScode Terminals and Jupyter Freeze when calling functions that open a window
I have multiple functions that when called, VSCode terminals and jupyter will get stuck and never execute. Here’s an example:
Uexpected output when using jupyter
after printing the array in a for loop I also get an additional array of None for seemingly no reason
vs code setting to load env file for jupyter notebook
When running the python debugger I can use “envFile”: “${workspaceFolder}/.vscode/env”
in my settings.json file to set environmental variables when using the debugger.
vs code load env file for jupyter notebook
When running the python debugger I can use “envFile”: “${workspaceFolder}/.vscode/env”
in my settings.json file to set environmental variables when using the debugger.