广告
返回顶部
首页 > 资讯 > 移动开发 >外包 | mac 在 anaconda navigator 打不开 jupyter notebook
  • 473
分享到

外包 | mac 在 anaconda navigator 打不开 jupyter notebook

macosjupyterpython 2023-10-11 08:10:49 473人浏览 八月长安
摘要

a. 问题: Mac 在 anaconda navigator 打不开 jupyter notebook 错误提示: The file /Users/xxx/opt/anaconda3/bin/jup

a. 问题: Mac 在 anaconda navigator 打不开 jupyter notebook

错误提示: The file /Users/xxx/opt/anaconda3/bin/jupyter_mac.command does not exist.
重点在于: jupyter_mac.command does not exist

b. 解决:

  1. 访达 路径 /Users/xxx/opt/anaconda3/bin/
  2. 在这个路径下新建文件 jupyter_mac.command
  3. 文字编辑, 在这个文件里写入以下内容:
    DIR=$(dirname $0)$DIR/jupyter-notebook
  4. 打开终端, 输入以下命令, 跳转到路径:
    cd /Users/xxx/opt/anaconda3/bin/
  5. 在终端输入下列命令, 修改 jupyter_mac.command 的权限
    sudo chmod -R 777 ./jupyter_mac.command
    回车后, 要求输入密码, 此时密码不会显示, 输完后直接按回车就可以了
  6. 然后就解决了, 可以直接在 navigator 打开 jupyter notebook 了

来源地址:https://blog.csdn.net/JackyAce6880/article/details/128836014

--结束END--

本文标题: 外包 | mac 在 anaconda navigator 打不开 jupyter notebook

本文链接: https://www.lsjlt.com/news/428182.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作