首页
学习
活动
专区
圈层
工具
发布
社区首页 >专栏 >Jupyter Notebook: ‘_xsrf’ argument missing from POST 解决方案

Jupyter Notebook: ‘_xsrf’ argument missing from POST 解决方案

作者头像
全栈程序员站长
发布2022-08-30 21:26:55
发布2022-08-30 21:26:55
2.4K0
举报

大家好,又见面了,我是你们的朋友全栈君。

Jupyter Notebook: ‘_xsrf’ argument missing from POST 解决方案

问题描述: 在Jupyter Notebook里跑了几天的代码,notebook右上角突然显示’_xsrf’ argument missing from POST,无法保存现有file也无法stop 或 run cell。命令行显示报错信息如下:

代码语言:javascript
复制
[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://javaforall.cn/144605.html原文链接:https://javaforall.cn

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022年5月1,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Jupyter Notebook: ‘_xsrf’ argument missing from POST 解决方案
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档