Ipython notebook will not start on command line

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

    editing my nano .bash_profile file to contain the lines:

    BROWSER=/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
    export BROWSER
    

提交回复
热议问题