我无法在 vscode 上运行 python,因为我的计算机认为我的 .py 文件不受信任

发布于 2025-01-11 02:41:39 字数 524 浏览 0 评论 0原文

以前我的 python 在 VSCode 中运行得很好,但最近出了点问题,我不知道如何解决它。

当我在 VSCode 中打开 .py 文件(从电子邮件下载)时,我收到一条消息,指出此来源不受信任。然后,我按照建议进行操作,使该文件受信任,然后出现一个框,提示所有扩展均已启用。但是,当我尝试运行它时,该框仍然模糊

blurred out run button

这是当我尝试运行整个文件而不仅仅是单元格时收到的错误。

输入图片这里的描述

有人知道如何首先启动并运行它吗?谢谢

Previously I had python running just fine in VSCode but recently something has gone wrong and I'm not sure how to resolve it.

When I open a .py file (downloaded from an email) in VSCode I get a message saying that this source is not trusted. I then followed through the suggestions and made the file trusted and I get a box saying that all extensions are enabled. However, when I try and run it, the box is still blurred out

blurred out run button

This is the error I get when I try and run the whole file, not just the cell.

enter image description here

Does someone know how to get this up and running first? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

离笑几人歌 2025-01-18 02:41:39

看评论说是.ipynb文件,只需在Jupiter Notebook的命令行输入可信文件名即可
“$ jupyter trust '文件名'.ipynb”
这是说明的链接:https://jupyter-notebook .readthedocs.io/en/stable/notebook.html#trusting-notebooks

See the comment and say it is .ipynb file, you only need to enter the trusted file name on the command line of Jupiter notebook
"$ jupyter trust 'filename'.ipynb"
This is a link to instructions:https://jupyter-notebook.readthedocs.io/en/stable/notebook.html#trusting-notebooks

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文