Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/oop/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何通过conda安装安全地安装Jupyter/IPython 4?_Ipython_Conda_Jupyter - Fatal编程技术网

如何通过conda安装安全地安装Jupyter/IPython 4?

如何通过conda安装安全地安装Jupyter/IPython 4?,ipython,conda,jupyter,Ipython,Conda,Jupyter,伊皮顿4号出局了!我很想试试。但我在康达手下管理着伊皮顿 在conda将版本4添加到其存储库之前,是否有安全的方法手动安装IPython 4 我试过: pip install --upgrade jupyter 它破坏了我的安装。有什么想法吗?对我来说,与托马斯在评论中提到的类似,下面的方法奏效了 conda update conda conda uninstall ipython conda install jupyter 前两个步骤可能不是必需的,但是保存比抱歉更好。应该安全地con

伊皮顿4号出局了!我很想试试。但我在康达手下管理着伊皮顿

在conda将版本4添加到其存储库之前,是否有安全的方法手动安装IPython 4

我试过:

pip install --upgrade jupyter  

它破坏了我的安装。有什么想法吗?

对我来说,与托马斯在评论中提到的类似,下面的方法奏效了

conda update conda
conda uninstall ipython
conda install jupyter

前两个步骤可能不是必需的,但是保存比抱歉更好。

应该安全地
conda卸载ipython
,然后
pip将jupyter安装到您的环境中。我的版本(???)似乎没有
uninstall
选项,所以我所做的是使用
conda删除ipython
。有???因为在这个过程中,整个
conda
坏了,现在我甚至不能使用
conda
。我现在收到以下错误:
ImportError:没有名为requests的模块