I am trying to update my jupyter_client to 5.2.2 to run my new jupyter notebook. I did that using conda update jupyter_client jupyter_core
, but it does not work after I updated them because I found out there are two versions of jupyter_client and jupyter_core. How can I update the two package in py36_0 or, how can I delete the package in py36_0 sot that jupyter can run in my pip installed jupyter_client and 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