$NotebookInlineStorageLimit

$NotebookInlineStorageLimit

指定将被存储在显示出来的摘要框内的表达式、数据集及其他紧凑输出的最大字节数.

更多信息

范例

打开所有单元关闭所有单元

基本范例  (2)

默认值:

稀疏数组的字节数小于限制:

因此,下面的摘要框包含完整的表达式:

可以复制此摘要框并将其用作输入:

$NotebookInlineStorageLimit 设为较小的值:

稀疏数组的字节数大于此限制:

因此,摘要框没有保存完整的表达式,但提供了一个接口来存储表达式:

不能通过简单的复制来将这样的摘要框用作输入:

复制摘要框,并点击 立即存储 按钮创建一个可用的输入:

恢复 $NotebookInlineStorageLimit 的默认值:

范围  (5)

Dataset 遵守 $NotebookInlineStorageLimit

检查每个表达式的字节数:

InterpolatingFunction 这样的数值函数遵守 $NotebookInlineStorageLimit

检查每个表达式的字节数:

NearestFunction 亦是如此:

产生摘要框的数组类型也遵守 $NotebookInlineStorageLimit

检查每个表达式的字节数:

结构化数组的行为类似:

TimeSeries 这样的统计函数遵守 $NotebookInlineStorageLimit

检查每个表达式的字节数:

WeightedData 亦是如此:

GeoPosition 遵守 $NotebookInlineStorageLimit

检查每个表达式的字节数:

应用  (2)

$NotebookInlineStorageLimit 设为零以节省笔记本中的空间:

创建一个不包含表达式的摘要框,并将对单元的引用保存在 c1 中:

恢复 $NotebookInlineStorageLimit 的默认值:

重建 if 的摘要框,现在其中含有表达式 并将对单元的引用保存在 c2 中:

输出单元 c1 比输出单元 c2 大约小九千五百个字节:

在内核会话中,通过将 $HistoryLength 设为零来节省内存:

创建一个大的摘要框,不要将其保存在笔记本中:

因为没有对输出的引用,因此立即存储按钮将不起作用:

创建另一个摘要框,但将结果保存在变量 data 中:

只要不重置 data立即存储按钮将持续可用:

验证数据实际上大于 $NotebookInlineStorageLimit

恢复 $HistoryLength 的默认值:

属性和关系  (1)

$NotebookInlineStorageLimit 只影响摘要框:

$OutputSizeLimit 影响所有输出:

Wolfram Research (2020),$NotebookInlineStorageLimit,Wolfram 语言函数,https://reference.wolfram.com/language/ref/$NotebookInlineStorageLimit.html.

文本

Wolfram Research (2020),$NotebookInlineStorageLimit,Wolfram 语言函数,https://reference.wolfram.com/language/ref/$NotebookInlineStorageLimit.html.

CMS

Wolfram 语言. 2020. "$NotebookInlineStorageLimit." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/$NotebookInlineStorageLimit.html.

APA

Wolfram 语言. (2020). $NotebookInlineStorageLimit. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/$NotebookInlineStorageLimit.html 年

BibTeX

@misc{reference.wolfram_2024_$notebookinlinestoragelimit, author="Wolfram Research", title="{$NotebookInlineStorageLimit}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/$NotebookInlineStorageLimit.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_$notebookinlinestoragelimit, organization={Wolfram Research}, title={$NotebookInlineStorageLimit}, year={2020}, url={https://reference.wolfram.com/language/ref/$NotebookInlineStorageLimit.html}, note=[Accessed: 18-November-2024 ]}