Macos上Jupyter notebook无法打开(No such file or directory)
之前在电脑终端输入jupyter notebook能够顺利弹出notebook,但有一天突然报错"No such file or directory"。所以我们需要重新配置下jupyter notebook的路径操作步骤首先在终端输入$ jupyter notebook --generate-config然后在/Users/User_name/.Jupyter这个路径下就会生成一个文件打开这个文件后,找到 # c.NotebookApp.notebook_dir = ‘’ 这一行,并改
原创
2021-06-13 16:58:51 ·
3417 阅读 ·
1 评论