jupyter 实验室中的折叠细胞
Folding cells in jupyter lab
我正在使用 JupyterLab 3.0.14,几周前我发誓我能够折叠两个带有 H1 标题的降价单元格之间的所有单元格。
我不是说单击单元格左侧的蓝色矩形。有一个白色三角形让我折叠 H1 和下一个之间的所有单元格,就像屏幕截图中绘制的红色单元格一样。
我正在使用一个大笔记本,这个功能会很棒。
我可以覆盖该功能吗?
JupyterLab 没有更新(据我所知)。我的笔记本首选项是:
{
“codeCellConfig”:{
“行号”:真实的,
}
}
提前致谢! Rgds!
View screenshot
此问题已由 @krassowski 通过评论回答:
This feature is available in JupyterLab 3.1, not 3.0. I refer to it as "collapsible headings". There is no need to change any configuration for it to work.
It would look like you got a downgrade, for some reason.
谢谢!
$ conda update --all
解决了 ;)
我正在使用 JupyterLab 3.0.14,几周前我发誓我能够折叠两个带有 H1 标题的降价单元格之间的所有单元格。
我不是说单击单元格左侧的蓝色矩形。有一个白色三角形让我折叠 H1 和下一个之间的所有单元格,就像屏幕截图中绘制的红色单元格一样。
我正在使用一个大笔记本,这个功能会很棒。
我可以覆盖该功能吗?
JupyterLab 没有更新(据我所知)。我的笔记本首选项是:
{ “codeCellConfig”:{ “行号”:真实的, } }
提前致谢! Rgds!
View screenshot
此问题已由 @krassowski 通过评论回答:
This feature is available in JupyterLab 3.1, not 3.0. I refer to it as "collapsible headings". There is no need to change any configuration for it to work.
It would look like you got a downgrade, for some reason.
谢谢!
$ conda update --all
解决了 ;)