ImportError: cannot import name 'ensure_dir_exists'

前端 未结 6 1081
一整个雨季
一整个雨季 2020-12-05 10:12

I update the Jupyter notebook from the old version to latest 5.3.1. However, when I try to launch the notebook from anaconda, it throws an import error: I tried to remove an

6条回答
  •  执念已碎
    2020-12-05 10:33

    You need to update jupyter_core and jupyter_client manually from your terminal:

    conda update jupyter_core jupyter_client
    

提交回复
热议问题