Ipython notebook will not start on command line

后端 未结 6 1690
伪装坚强ぢ
伪装坚强ぢ 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:17

    I liked most imarti's solution:

    export BROWSER=open
    

    It is low overhead and works with your default browser

    EDIT: macOS 10.12.6 has been released, so now the recommended solution is to just update your OS.

提交回复
热议问题