I have a shell scripts that needs to be executed so that a list of environment variables can be set. I tried to execute below shell command within a cell:
! source ~/my_bash_script.sh
It does not work. None of the env variables were set.
My question is: is there any setting that could help source a shell script upon jupyter notebook start-up in VS code?