ImportError: cannot import name 'ensure_dir_exists'

前端 未结 6 1078
一整个雨季
一整个雨季 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:23

    If you've installed jupyter using pip3.

    pip3 install --upgrade jupyter_core jupyter_client
    

提交回复
热议问题