我正在尝试将我的jupyter_client更新到5.2.2,以运行我的新jupyter笔记本。我使用conda update jupyter_client jupyter_core实现了这一点,但在我更新它们之后,它不能工作,因为我发现有两个版本的jupyter_client和jupyter_core。如何在py36_0中更新这两个包,或者如何在py36_0中删除jupyter可以在我的pip安装的jupyter_client和jupyter_core中运行的包?
conda list jupyter
>jupyter 1.0.0 <pip>
>jupyter-client 5.2.2 <pip>
>jupyter_console 5.2.0 <pip>
>jupyter-core 4.4.0 <pip>
>jupyter-client 5.1.0 py36_0
>jupyter-core 4.3.0 py36_0发布于 2018-02-26 19:39:37
经过我的检查,到目前为止,conda还没有5.2.2 jupyter_lient和jupyter_core 4.4。因此,卸载所有的jupyter_client和jupyter_core,并使用pip重新安装软件包
https://stackoverflow.com/questions/48987207
复制相似问题