Skip to content

Commit

Permalink
src/sage/interfaces/mathics.py: Call mathics.core.load_builtin.import…
Browse files Browse the repository at this point in the history
…_and_load_builtins as suggested
  • Loading branch information
Matthias Koeppe committed May 29, 2024
1 parent 0f40a2d commit 3180c08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/interfaces/mathics.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ def _start(self):
"""
if not self._session:
from mathics.session import MathicsSession
from mathics.core.load_builtin import import_and_load_builtins
import_and_load_builtins()
self._session = MathicsSession()
from sage.interfaces.sympy import sympy_init
sympy_init()
Expand Down

0 comments on commit 3180c08

Please sign in to comment.