Git Bash on Windows for jupyter notebook

Hello. I have been trying to make git bash the default terminal on windows but it doesn’t work… I face the same issues as this stackoverflow. Can anyone help? https://stackoverflow.com/questions/52330492/how-to-change-jupyter-notebook-windows-shell-to-bash/54477268#54477268

This worked for me. The path given in the article was exactly not what I had on my machine. What I had was:

C:\Program Files\Git\usr\bin\bash.exe

Also one more thing to note is that in my setup (on a Azure Data Science VM) I am using global Jupyter configuration found in c:\programdata\jupyter\jupyter_notebook_config.py not the per user config.