Skip to content

Commit 6e64871

Browse files
committed
Add usage string
1 parent 88aee86 commit 6e64871

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

mathics/autoload/settings.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
Settings`$PreferredBackendMethod = "sympy"
1212
Unprotect[Settings`$PreferredBackendMethod]
1313

14-
(*Needed for Feyncalc*)
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.";
1517
System`$Notebooks = False;
1618
Unprotect[System`Notebooks];

0 commit comments

Comments
 (0)