wolfram-mathematica - 防止弹出 "Notation Palette"

标签 wolfram-mathematica

我有一些 session 初始化代码,可以为每个 session 加载“Notation”包。这会调出 Notation Palette。知道如何防止它,或添加代码以自动摆脱它吗?

OK,belisarius tip解决了,我需要按如下方式导入Notation包

Notation`AutoLoadNotationPalette = False;
Needs["Notation`"];

最佳答案

来自 Notation.m

If[ !ValueQ[AutoLoadNotationPalette::usage],
AutoLoadNotationPalette::usage =
"AutoLoadNotationPalette is a boolean variable. If False then the Notation palette will not be loaded when the Notation package is loaded. If the value is undefined or True the Notation palette will be loaded when the Notation package loads. Other package designers can set this variable outside of the Notation package through a statement similar to Notation`AutoLoadNotationPalette = False."
];

喂!

关于wolfram-mathematica - 防止弹出 "Notation Palette",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4635701/

相关文章:

java - 用于大输出的 Java 高级文本记录 Pane

graphics - 在 Mathematica 中混合比例坐标和普通坐标?

wolfram-mathematica - 了解跟踪*

wolfram-mathematica - 与某些图案不同的匹配头

c# - 在与统计/模拟软件交互时,C# 和 Java 中哪一个更容易、更快速?

wolfram-mathematica - Mathematica 包入门

wolfram-mathematica - 将表格导出为 CSV,逗号不是换行符

matrix - 如何将矩阵的行列式定义为mathematica中的函数?

debugging - 如何告诉 Mathematica 在出现调试错误时退出

wolfram-mathematica - 如何从 Mathematica 中的多项式中提取所有单项式(没有系数!)?