ImportError: cannot import name 'ensure_dir_exists'

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

    I've met the same problem when I use ipython notebook .

    After I tried upgrade jupyter, then I tried reinstall the ipython. The import error seem fixed.

    pip3 uninstall ipython

    pip3 install ipython

提交回复
热议问题