Re: [sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread Kwankyu Lee
There is an error in my description of the present situation. Let me correct it. Presently, show(obj) shows the latex+mathjax representation wrapped in html, which is the rich output of the object. The ticket changes the rich output of the object to the html+mathjax representation, which you

Re: [sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread Kwankyu Lee
On Wednesday, March 24, 2021 at 5:49:41 AM UTC+9 Eric Gourgoulhon wrote: > Le mardi 23 mars 2021 à 20:28:45 UTC+1, wst...@gmail.com a écrit : > >> Because I created this years before Jupyter started... >> > > Ah yes! > > it would be great to redo it. >> > > As a starting point, it would suffi

[sage-devel] Re: Add an external package to wiki

2021-03-23 Thread Samuel Lelievre
2021-03-23 23:14:05 UTC, Sergey: > > I would like to add a package > https://github.com/smzg/msinvar > to the list of external packages at > https://wiki.sagemath.org/SageMathExternalPackages > > The page says "Feel free to add more packages", but I don't > think I can edit the wiki site with a Git

Re: [sage-devel] Doctest memory limit

2021-03-23 Thread François Bissey
Running the doctests plong style just regularly fails for him on some machines with memory errors. Re-running the tests with higher limits usually works. But the default are obviously too low on some of his machines. > On 24/03/2021, at 13:16, Volker Braun wrote: > > I don't understand what t

[sage-devel] Re: Doctest memory limit

2021-03-23 Thread Volker Braun
I don't understand what the big pain point is, if Steve doesn't like the limit it he can just pick a different value no? We do need some way of keeping the memory usage in check, people naturally want to show off largeish computations and we run the risk to require a beefy developer machine to

[sage-devel] Add an external package to wiki

2021-03-23 Thread Sergey Mozgovoy
Hi, I would like to add a package https://github.com/smzg/msinvar to the list of external packages at https://wiki.sagemath.org/SageMathExternalPackages The page says "Feel free to add more packages", but I don't think I can edit the wiki site with a GitHub login. I would like to add the lines:

Re: [sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread Eric Gourgoulhon
Le mardi 23 mars 2021 à 20:28:45 UTC+1, wst...@gmail.com a écrit : > Because I created this years before Jupyter started... > Ah yes! it would be great to redo it. > As a starting point, it would suffice to endow the class SageObject with a method _repr_latex_ defined as something like

Re: [sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread Eric Gourgoulhon
Le mardi 23 mars 2021 à 19:37:33 UTC+1, Thierry (sage-googlesucks@xxx) a écrit : > Hi, > > On Tue, Mar 23, 2021 at 11:20:05AM -0700, Eric Gourgoulhon wrote: > > PS: IMHO, things like %display latex or %display html are hindrances for > > newcomers. > > I understand that this is not the poin

Re: [sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread William Stein
Because I created this years before Jupyter started... it would be great to redo it. On Tue, Mar 23, 2021 at 11:13 AM Eric Gourgoulhon wrote: > Hi, > > Le mardi 23 mars 2021 à 16:49:07 UTC+1, Kwankyu Lee a écrit : > >> Hi all, >> >> Changes by ticket #31536 may cause unexpected regressions in S

Re: [sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread Thierry
Hi, On Tue, Mar 23, 2021 at 11:20:05AM -0700, Eric Gourgoulhon wrote: > PS: IMHO, things like %display latex or %display html are hindrances for > newcomers. I understand that this is not the point, but for what it worth, i prefer the default to remain the current plain text, as it provides more

Re: [sage-devel] Re: Downgrade R to optional? See #31409.

2021-03-23 Thread Matthias Koeppe
I think a much easier and robust solution for the problem of optional packages for binary distributions would be the following: In addition to the standard binary distribution, create a second monolithic binary distribution that ships "whatever packages happened to build without errors" -- with

[sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread Eric Gourgoulhon
PS: IMHO, things like %display latex or %display html are hindrances for newcomers. Le mardi 23 mars 2021 à 19:13:10 UTC+1, Eric Gourgoulhon a écrit : > Hi, > > Le mardi 23 mars 2021 à 16:49:07 UTC+1, Kwankyu Lee a écrit : > >> Hi all, >> >> Changes by ticket #31536 may cause unexpected regress

[sage-devel] Re: Replacing %display latex with %display html

2021-03-23 Thread Eric Gourgoulhon
Hi, Le mardi 23 mars 2021 à 16:49:07 UTC+1, Kwankyu Lee a écrit : > Hi all, > > Changes by ticket #31536 may cause unexpected regressions in Sage in > jupyter notebook. Please test and leave comments. > > Here is the address: https://trac.sagemath.org/ticket/31536 > May I take the opportunit

[sage-devel] Replacing %display latex with %display html

2021-03-23 Thread Kwankyu Lee
Hi all, Changes by ticket #31536 may cause unexpected regressions in Sage in jupyter notebook. Please test and leave comments. Here is the address: https://trac.sagemath.org/ticket/31536 Thank you! -- You received this message because you are subscribed to the Google Groups "sage-devel" g