-
-
Notifications
You must be signed in to change notification settings - Fork 674
Open
Description
Steps To Reproduce
With Sage 10.3.beta2 running on a computer that is offline (not connected to internet), open a new Jupyter notebook with sage -n
and type the following code:
%display latex
sin(x^2)
Expected Behavior
The output should be a typeset formula.
Actual Behavior
The output is raw latex:
\(\displaystyle \sin\left(x^{2}\right)\)
Additional Information
There is no such issue with Sage 10.2. It is most likely due to the Notebook upgrade performed in #36129
Environment
- **OS**: Ubuntu 22.04
- **Sage Version**: 10.3.beta2
Checklist
- I have searched the existing issues for a bug report that matches the one I want to file, without success.
- I have read the documentation and troubleshoot guide