如何关闭笔记本中的初始化单元?

发布于 2024-10-19 20:14:19 字数 66 浏览 1 评论 0原文

在我的笔记本中,我有一个相当大的初始化单元。如何使其可关闭?我的意思是我怎样才能将这个单元格卷成一行并能够将其展开呢?

In my Notebook I have a fairly large initialization cell. How to make it close-able? I mean how can I roll up this cell in one line with ability to unroll it back?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

夏雨凉 2024-10-26 20:14:19

经典的解决方案是将初始化单元放入其自己的部分 (Alt+4),标题为“初始化”。此部分位于笔记本的开头或结尾。

要隐藏内容,请关闭该部分(双击窗口右侧的单元格括号)。

The classic solution is to put the initialization cell(s) into a Section (Alt+4) of their own, titled "Initialization." This Section goes either at the start or end of your notebook.

To hide the contents, you close the Section (double click its cell bracket at right of window).

猫烠⑼条掵仅有一顆心 2024-10-26 20:14:19

我已经找到了解决方案。我应该在初始化单元格之前创建一个文本单元格,例如这里是一个不错的单元格:

Cell[TextData[StyleBox["Initialization cell(s)",
 FontFamily->"Courier New",
 FontSize->14]], "Text",
 CellFrame->True, ShowGroupOpener->True,
 Background->GrayLevel[0.85]]

然后我应该选择该单元格和下一个(初始化)单元格,然后从上下文菜单“组单元格”中选择。现在,我可以通过双击窗口右侧的单元格括号,将该组卷入与第一个文本单元格相对应的一行中。这就是我寻找的。感谢安德鲁·莫伊兰和布雷特·钱皮恩。

I have found the solution. I should create a text cell before my initialization cell, for example here is a nice cell:

Cell[TextData[StyleBox["Initialization cell(s)",
 FontFamily->"Courier New",
 FontSize->14]], "Text",
 CellFrame->True, ShowGroupOpener->True,
 Background->GrayLevel[0.85]]

Then I should select this cell and the next (initialization) cell and then select from the context menu "Group Cells". Now I can roll up this group in one line corresponding to the first text cell by double-clicking its cell bracket at right of window. This is what I searched for. Thanks Andrew Moylan and Brett Champion.

清风无影 2024-10-26 20:14:19

选择单元格,然后切换“单元格”>“单元格”电池特性>打开。单元格支架将折叠到几个像素高,并且是单元格唯一可见的部分。相同的菜单项也将在稍后再次显示。

Select the cell, then toggle Cell > Cell Properties > Open. The cell bracket will collapse to a few pixels high and be the only visible part of the cell. The same menu item will also make it visible again later.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文