Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mathics/autoload/settings.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
Settings`$PreferredBackendMethod = "sympy"
Unprotect[Settings`$PreferredBackendMethod]

(*Needed for Feyncalc*)
(* Some packages like Feyncalc, test for whether a they are being used
inside a notbook. *)
System`$Notebooks::usage = "Set True if the Mathics is being used with a notebook‐based front end.";
System`$Notebooks = False;
Unprotect[System`Notebooks];