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 b35c3de commit 93cc41cCopy full SHA for 93cc41c
mathics/autoload/settings.m
@@ -15,4 +15,4 @@
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];
+Unprotect[System`$Notebooks];
0 commit comments