[sage-support] View does not work for crystal graphs (SageMath version 10.4)

2024-11-01 Thread Jianping Pan
Hi all, I'm running SageMath version 10.4 on iMac 2023 with M3 chip. I installed Sage using pre-build binary from the 3-manifolds project. I have seen some recent conversations (specifically this one https://groups.google.com/g/sage-support/c/C53biOTdiFk/m/Ly5hZM3tAAAJ since I could also *succ

[sage-support] Re: Error with digraph plot and view

2023-06-04 Thread Jianping Pan
", which may give instructions how to fix > this > > On Saturday, June 3, 2023 at 7:40:58 PM UTC-7 Jianping Pan wrote: > >> Hi all, >> >> I'm using *SageMath version 10.1.beta1*, and I have dot2tex and graphviz >> installed. I checked that following

[sage-support] Error with digraph plot and view

2023-06-03 Thread Jianping Pan
Hi all, I'm using *SageMath version 10.1.beta1*, and I have dot2tex and graphviz installed. I checked that following line produces a nice PDF of the tableau. sage: T = Tableau([[1,2,2], [2,3]]); view(T) However, I found that I can not plot or view any digraphs. Thanks! sage: G = graphs.Peterse

[sage-support] Re: ascii_art fail in jupyter notebook

2022-06-14 Thread Jianping Pan
The above error can be fixed by setting sage: sage.typeset.ascii_art.AsciiArt._terminal_width = lambda x: 80 (80 or any other width you want) On Monday, June 13, 2022 at 6:13:23 PM UTC-4 Jianping Pan wrote: > SageMath version 9.7.beta1, Release Date: 2022-05-26 > Operating system:

[sage-support] ascii_art fail in jupyter notebook

2022-06-13 Thread Jianping Pan
SageMath version 9.7.beta1, Release Date: 2022-05-26 Operating system: macOS Monterey 12.4 When running sage in Jupyter notebook, I get the following problem. *sage: ascii_art(list(Partitions(5)))* *) failed: OSError: [Errno 25] Inappropriate ioctl for device>* The exact same code works when I

[sage-support] Re: SSL module not available

2020-07-06 Thread Jianping Pan
I just replace the second one with sage -f python3 and it worked for me! On Saturday, February 1, 2020 at 6:25:43 AM UTC-8, Albert Zeyer wrote: > > I get the same error with the latest Sage, downloaded for MacOSX from the > website. > > Is this still the way to go? I really want to use Python 3 t

[sage-support] Re: [7.3 beta3] RichReprWarning

2016-02-27 Thread Jianping Pan
some point. > A valid locale should like like en_US.UTF-8 > > What is the output of locale in your terminal? > > > > On Saturday, February 27, 2016 at 12:11:36 PM UTC, Jianping Pan wrote: >> >> I'm running it on my OS X machine, not ssh. >> >> On S

[sage-support] Re: [7.3 beta3] RichReprWarning

2016-02-27 Thread Jianping Pan
environment > variables from elsewhere)? > > > > On Saturday, February 27, 2016 at 11:17:31 AM UTC+1, Jianping Pan wrote: >> >> I was trying to use sage in my OS X EI Capitan, but it failed to give me >> graphic file. Same code works well on sage notebook though. I

[sage-support] Re: [7.3 beta3] RichReprWarning

2016-02-27 Thread Jianping Pan
I just checked that I have latest Java 8 update 73. And I also installed JDK. Still doesn't work. *sigh* -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-su

[sage-support] [7.3 beta3] RichReprWarning

2016-02-27 Thread Jianping Pan
I was trying to use sage in my OS X EI Capitan, but it failed to give me graphic file. Same code works well on sage notebook though. I don't know if I need to make any changes to the setting or something to allow it to prompt pics for me. Thanks very much!