我正在尝试将我的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