Jupyter notebook: Notebook validation failed: 'execution_count' is a required property

今天,将科赛网上的练习直接保存为.ipynb格式,并导入到我的jupyter notebook中,以便做练习时做好笔记记录。

顺利导入jupyter notebook后,文件保存时,提示保存成功,但可能是无效操作。

同时,提示:Notebook validation failed: 'execution_count' is a required property:...

担心整理的笔记保存失效,进行了如下操作,顺利解决了问题。

1. Jupyter notebook 菜单栏: "Kernel"-> Restart & Run All"

可以看到所有的代码框的运行次数重新计算了。

Jupyter notebook: Notebook validation failed: 'execution_count' is a required property_第1张图片

2. 点击 "File -> Save and Checkpoint"。

Jupyter notebook: Notebook validation failed: 'execution_count' is a required property_第2张图片

保存时,就不在提示bug了,搞定!

你可能感兴趣的:(Python,Jupyter,Notebook,Jupyter,Notebook,Python,数据分析)