[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

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

2022-02-02 Thread Sean Fitzpatrick
ot;)) > > This is μ and ϵ > > best > Best > > Henri > Le 02/02/2022 à 18:38, Sean Fitzpatrick a écrit : > > 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 ther

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

2022-02-02 Thread Sean Fitzpatrick
in a beautifull latex >> >> show(LatexExpr(r"This \ is \ \mu \ and \ \epsilon")) >> >> This is μ and ϵ >> >> best >> Best >> >> Henri >> Le 02/02/2022 à 18:38, Sean Fitzpatrick a écrit : >> >> I'm teaching a li

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

2022-02-02 Thread Sean Fitzpatrick
nowledge, there is no recent update to Sympy -- I upgraded my local Python >> installation and everything is still working) or if something is going >> wrong with Sage Cell trying to process the output. >> >> On Wednesday, February 2, 2022 at 12:09:52 PM UTC-7 Sean Fitzpatrick &

[sage-support] Calling Sage on Windows from external scripts

2023-12-02 Thread Sean Fitzpatrick
I am wondering if anyone has experience installing Sage on Windows via WSL, and calling Sage as an executable from another program that's installed locally on Windows. My particular use case is processing Sage plot images in a PreTeXt document. I could install everything for PreTeXt via WSL but

Re: [sage-support] Re: Calling Sage on Windows from external scripts

2023-12-03 Thread Sean Fitzpatrick
our-sage-script.sage') > > See this page: > > https://learn.microsoft.com/en-us/windows/wsl/filesystems > > for more about Windows-Linux interoperability. > > David A. > > > Le samedi 2 décembre 2023 à 18:30:05 UTC-5, Sean Fitzpatrick a écrit : > >> I am