Jupyter Notebook: ‘_xsrf’ argument missing from POST 解决方案
问题描述: 在Jupyter Notebook里跑了几天的代码,notebook右上角突然显示’_xsrf’ argument missing from POST,无法保存现有file也无法stop 或 run cell。命令行显示报错信息如下:
[W 02:50:17.848 NotebookApp] '_xsrf' argument missing from POST
[W 02:50:17.849 NotebookApp] 403 PUT /api/contents/Untitled.ipynb (::1) 2.29ms referer=http://localhost:8888/notebooks/Untitled.ipynb?kernel_name=python3
在启动页new file出现下图报错:
解决方案: 刷新启动页 http://localhost:8888/tree/[yourAddress] 即可
可能原因: I put my computer on sleep and did not use it for a few hours after running code for days. Refreshing localhost helps to get the Jupyter Server up.
参考: https://github.com/nteract/hydrogen/issues/922
版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/hz/111601.html