我是靠谱客的博主 笑点低魔镜,最近开发中收集的这篇文章主要介绍Jupyter notebook折叠隐藏cell代码块 (hidden more than code cell in jupyter notebook),觉得挺不错的,现在分享给大家,希望可以做个参考。
概述
Nbextensions 中的 hidden input 可以隐藏cell
我们在notebook中嵌入了一段画图的代码,影响代码阅读,搜一下的把这段代码隐藏。
我们使用了 jupyter notebook配置工具 Nbextensions。找到hidden input,这样只会隐藏输入的代码,而不会隐藏程序输出。
点完Nbextensions 中的hidden input,返回notebook 刷新下, 隐藏cell的按钮就出来了,我们可以把不常用的代码块隐藏,需要时再打开该cell。
An example and the Result
step 1
step 2
hidden the cell by click the button:
Nbextensions
We assume you already have Nbextensions.
Open Nbextensions, and click “hidden input”
Come back to notebook, refresh, and you will find the button:
A youtube vedio I found for such usage
最后
以上就是笑点低魔镜为你收集整理的Jupyter notebook折叠隐藏cell代码块 (hidden more than code cell in jupyter notebook)的全部内容,希望文章能够帮你解决Jupyter notebook折叠隐藏cell代码块 (hidden more than code cell in jupyter notebook)所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复