[sage-support] Re: Show() not working

2021-08-16 Thread Carlos Antunes
Good, I didn't know, thank you very much for the info! El miércoles, 28 de julio de 2021 a las 16:17:22 UTC-3, slelievre escribió: > This got broken in Sage 9.3 but is fixed by > > Sage Trac ticket 31629 > Fix a regression in show(obj) for string obj > https://trac.sagemath.org/ticket/31629 > >

[sage-support] Show() not working

2021-07-28 Thread Carlos Antunes
Hello, I've recently realized that show() is no longer displaying the latex representations properly. Here is an example. Any information about this, should we use another method to display latex?

Re: [sage-support] Call sage from R

2021-04-07 Thread Carlos Antunes
in the system's Python interpreter. See > > this <https://pypi.org/project/sagemath-standard/> and the pages it > points to for further information. This would also alleviate the platforms > inconsistency problem... > > HTH, > > On Mon, Apr 5, 2021 at 3:10 PM Carlos Antun

[sage-support] Call sage from R

2021-04-05 Thread Carlos Antunes
I have some functions and scripts written in sage that uses symmetric functions, integer partitions, some poset and matrix stuff. I want to offer this functions to R users but since the code is large and complicated enough I'd like to avoid rewriting it. Is there any way I can reuse what I

[sage-support] Re: Is load() suddenly not working for loading files from repositories?

2021-03-24 Thread Carlos Antunes
Thanks a lot, I hadn't seen that discussion. It is a shame, but it seems that github repositories are planned to be allowed, which would work fine for my purposes. Best regards, Carlos El martes, 23 de marzo de 2021 a las 22:33:46 UTC-3, slelievre escribió: > Sadly network access from SageCell

[sage-support] Is load() suddenly not working for loading files from repositories?

2021-03-23 Thread Carlos Antunes
Hi everyone, Some days ago I noticed that I got some errors when using load() to fetch some code that is hosted in, for example, github repositories. A simple example of this error can be seen here (this example code used to work just fine in the past) when you follow the link in the readme: