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: README.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ mathicsserver: a Django-based Web interface
28
28
Installing and Running
29
29
----------------------
30
30
31
-
See the `readthe docs guide <https://mathics-development-guide.readthedocs.io/en/latest/>`_ for instructions on `installing <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ and `running <https://mathics-development-guide.readthedocs.io/en/latest/running.html>`_.
31
+
See the `read the docs guide <https://mathics-development-guide.readthedocs.io/en/latest/>`_ for instructions on `installing <https://mathics-development-guide.readthedocs.io/en/latest/installing.html>`_ and `running <https://mathics-development-guide.readthedocs.io/en/latest/running.html>`_.
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