a. 問題: mac 在 anaconda navigator 打不開 jupyter notebook
錯(cuò)誤提示: The file /Users/xxx/opt/anaconda3/bin/jupyter_mac.command does not exist.
重點(diǎn)在于: jupyter_mac.command does not exist文章來源地址http://www.zghlxwxcb.cn/news/detail-431196.html
b. 解決:
- 訪達(dá) 路徑 /Users/xxx/opt/anaconda3/bin/
- 在這個(gè)路徑下新建文件 jupyter_mac.command
- 文字編輯, 在這個(gè)文件里寫入以下內(nèi)容:
DIR=$(dirname $0) $DIR/jupyter-notebook
- 打開終端, 輸入以下命令, 跳轉(zhuǎn)到路徑:
cd /Users/xxx/opt/anaconda3/bin/
- 在終端輸入下列命令, 修改 jupyter_mac.command 的權(quán)限
回車后, 要求輸入密碼, 此時(shí)密碼不會(huì)顯示, 輸完后直接按回車就可以了sudo chmod -R 777 ./jupyter_mac.command
- 然后就解決了, 可以直接在 navigator 打開 jupyter notebook 了
文章來源:http://www.zghlxwxcb.cn/news/detail-431196.html
到了這里,關(guān)于外包 | mac 在 anaconda navigator 打不開 jupyter notebook的文章就介紹完了。如果您還想了解更多內(nèi)容,請?jiān)谟疑辖撬阉鱐OY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!