Ipython notebook will not start on command line

后端 未结 6 1685
伪装坚强ぢ
伪装坚强ぢ 2021-01-02 22:02

I tried to open ipython in terminal with ipython notebook and it will not open ipython notebook. It gives the following error:

| ~/documents/ud         


        
6条回答
  •  粉色の甜心
    2021-01-02 22:42

    Not the best fix, but a potential workaround...

    Go to your browser and enter the login token provided. In your case: http://localhost:8888/

    After starting a new notebook, I found that my kernel would die and be unable to restart. Updating my ipykernel fixed this:

    pip install ipykernel --upgrade

提交回复
热议问题