We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88aee86 commit 6e64871Copy full SHA for 6e64871
1 file changed
mathics/autoload/settings.m
@@ -11,6 +11,8 @@
11
Settings`$PreferredBackendMethod = "sympy"
12
Unprotect[Settings`$PreferredBackendMethod]
13
14
-(*Needed for Feyncalc*)
+(* Some packages like Feyncalc, test for whether a they are being used
15
+inside a notbook. *)
16
+System`$Notebooks::usage = "Set True if the Mathics is being used with a notebook‐based front end.";
17
System`$Notebooks = False;
18
Unprotect[System`Notebooks];
0 commit comments