I'm working on win7 using git-bash. I'm using anaconda with python 2.7.13. I want to run a jupyter server:
(myenv)
$ jupyter notebook
Fatal error in launcher: Unable to create process using '"'
(myenv)
$ ipython notebook
Fatal error in launcher: Unable to create process using '"'
How can I make this work?