如何以及在何处执行“清除所有单元格中的 Jupyter Notebooks 输出”的代码

How and where to execute code for "clearing Jupyter Notebooks Output in All Cells"

提问人:Tuan 提问时间:10/1/2023 更新时间:10/1/2023 访问量:14

问:

我创建了一个无限循环,现在我的 jupyter 笔记本卡住了。

我在本文中找到了一个解决方案:

https://saturncloud.io/blog/how-to-clear-jupyter-notebooks-output-in-all-cells-from-the-linux-terminal/#:~:text=By%20executing%20the%20command%20jupyter,cells%20from%20the%20Linux%20terminal

“您需要做的就是导航到包含笔记本的目录并执行以下命令:”

$ jupyter nbconvert --ClearOutputPreprocessor.enabled=True --就地 notebook.ipynb

我应该在哪里运行此代码,具体如何运行?

注意:请为初学者解释

尝试在不同的终端上运行它,但找不到我应该在哪里运行此代码

jupyter-notebook 输出 无限循环 大文件

评论


答: 暂无答案