You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mathics/autoload/settings.m
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,9 @@
10
10
Settings`$PreferredBackendMethod::usage="Set this do whether to use mpmath, numpy or Sympy for numeric and symbolic constants and methods when there is s choice";
11
11
Settings`$PreferredBackendMethod="sympy"
12
12
Unprotect[Settings`$PreferredBackendMethod]
13
+
14
+
(* 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.";
0 commit comments