Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Andrey Novoseltsev
On Wednesday, 2 February 2022 at 14:35:35 UTC-7 dsfitz...@gmail.com wrote: > Thanks! I just discovered that there is a separate group for Sage Cell. > Oddly, the SageCell page links here for help! Apologies for not posting > there first. > This is on purpose - most questions people have are abou

Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Sean Fitzpatrick
Thanks! I just discovered that there is a separate group for Sage Cell. Oddly, the SageCell page links here for help! Apologies for not posting there first. On Wednesday, February 2, 2022 at 2:34:17 PM UTC-7 Andrey Novoseltsev wrote: > This is due to recent upgrade to Sage 9.5. I will try to hav

Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Andrey Novoseltsev
This is due to recent upgrade to Sage 9.5. I will try to have it fixed in a few hours or revert to 9.4 until I figure out the fix. On Wednesday, 2 February 2022 at 12:28:11 UTC-7 dsfitz...@gmail.com wrote: > Here is an example with Sage cells in context: > https://opentext.uleth.ca/Math3410/sec-

Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Sean Fitzpatrick
Here is an example with Sage cells in context: https://opentext.uleth.ca/Math3410/sec-kernel-image.html#p-283-part2 If I remove the init_printing() line, or change this to init_printing(use_latex=False), the code will run, but I lose the MathJax-formatted output. I can't tell if this is a bug i

Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Sean Fitzpatrick
This is in SageMathCell, rather than in a local installation of Sage. I don't think there's much I can do about what is running on here. [image: sagecell.png] On Wednesday, February 2, 2022 at 11:39:40 AM UTC-7 HG wrote: > I tried it in sage 9.2 nice printing. > > But in sage I use show(LatexEx

Re: [sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Henri Girard
 I tried it in sage 9.2 nice printing. But in sage I use show(LatexExpr("r \mu \epsilon)) μϵ I am not sure that what you want (and naturaly first command in cell %display latex    in sage) One can even format text in a beautifull latex show(LatexExpr(r"This \ is \ \mu \ and \ \epsilon")

[sage-support] init_printing from sympy is no longer working in SageCell

2022-02-02 Thread Sean Fitzpatrick
I'm teaching a linear algebra course where we use the Sympy Python package for a lot of the computations. This includes a PreTeXt textbook where there are Sage Cells throughout, with sample code supplied. Until today (I think it was working yesterday), I've had no trouble running code like the