我正在使用git-bash处理win7。我正在使用带有python 2.7.13的anaconda。我想运行一个jupyter服务器:
(myenv)
$ jupyter notebook
Fatal error in launcher: Unable to create process using '"'
(myenv)
$ ipython notebook
Fatal error in launcher: Unable to create process using '"'
我该如何做到这一点?
答案 0 :(得分:2)
我在调用jupyter时也遇到了同样的问题,但是从Windows cmd提示符中调用jupyter只是一个区别。
我卸载了jupyter,更新了pip并安装了jupyter。安装并调用后,它可以完美运行。
检查是否可以从您的角度完成类似的操作,因为我看到您正在从虚拟环境中调用。
*我的系统中正在运行Python 3.5 64bit *