[sage-cell] Re: Language python does work work for some inputs

2025-06-03 Thread ekwa...@gmail.com
On Wednesday, June 4, 2025 at 12:42:04 PM UTC+9 novo...@gmail.com wrote: Was it ever different? I don't remember... Other languages are wrapped into eval calls with potentially extra wrapping, so "the last object" is not necessarily getting printed. That is a different behavior from most o

[sage-cell] Language python does work work for some inputs

2025-06-01 Thread ekwa...@gmail.com
For example, "1+1" produces nothing. However, "print(1+1)" works. Strange.. Anyway, thank you for maintaining the sagecell server. Kwankyu -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails f

[sage-cell] Re: Displaying 1 as a coefficient in front of the x variable

2024-09-11 Thread ekwa...@gmail.com
I think it's a bug. -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-cell+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups

[sage-cell] Re: Sage 10.2

2023-12-18 Thread ekwa...@gmail.com
Thank you! Have a happy holiday! -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-cell+unsubscr...@googlegroups.com. To view this discussion on the web visit

[sage-cell] Re: Sage 10.1

2023-08-24 Thread ekwa...@gmail.com
Thank you! -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-cell+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.c

[sage-cell] Re: Ubuntu 22.04

2022-10-13 Thread ekwa...@gmail.com
Thank you! On Friday, October 14, 2022 at 2:37:10 AM UTC+9 novo...@gmail.com wrote: > Public servers are now running under Ubuntu 22.04. > > It should not affect the user experience much - some packages are now at > newer versions, some old optional packages that had compatibility issues > are

[sage-cell] Re: Sage 9.7

2022-09-25 Thread ekwa...@gmail.com
Thank you! On Monday, September 26, 2022 at 6:18:46 AM UTC+9 novo...@gmail.com wrote: > Public servers have been updated to Sage 9.7! > -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from

[sage-cell] Re: Language Python does not work

2022-09-16 Thread ekwa...@gmail.com
On Saturday, September 17, 2022 at 6:41:32 AM UTC+9 ekwa...@gmail.com wrote: > On Saturday, September 17, 2022 at 6:32:55 AM UTC+9 ekwa...@gmail.com > wrote: > >> It is also not immediately clear to me what the replacement code must be. >>> >> >> print(ev

[sage-cell] Re: Language Python does not work

2022-09-16 Thread ekwa...@gmail.com
On Saturday, September 17, 2022 at 6:32:55 AM UTC+9 ekwa...@gmail.com wrote: > It is also not immediately clear to me what the replacement code must be. >> > > print(eval("code")) > Not sure if this works... -- You received this message because you are sub

[sage-cell] Re: Language Python does not work

2022-09-16 Thread ekwa...@gmail.com
On Saturday, September 17, 2022 at 5:23:55 AM UTC+9 novo...@gmail.com wrote: > Either nobody has used this language, or they were happy with how it > works, or they suffered silently. It does seem inconsistent with other > languages, but at this point I am not eager to change anything for > his

[sage-cell] Language Python does not work

2022-09-14 Thread ekwa...@gmail.com
With Python chosen as "Language", there is no output for any input. Is it broken? Or am I missing something? -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-

[sage-cell] Re: Sage 9.6

2022-05-23 Thread ekwa...@gmail.com
Thank you! On Tuesday, May 24, 2022 at 3:14:43 AM UTC+9 novo...@gmail.com wrote: > Public servers have been updated to Sage 9.6! > > Sage optional package bliss is now installed. > > pip packages geoplot and giotto-tda are dropped as they do not install > reasonably automatically ;-) > -- You

[sage-cell] Re: Sage 9.5

2022-02-20 Thread ekwa...@gmail.com
For me, interacts in sage cells seems to work well, though I don't know what was the issue with 9.5. Thank you for the work! -- You received this message because you are subscribed to the Google Groups "sage-cell" group. To unsubscribe from this group and stop receiving emails from it, send an

[sage-cell] Re: sagecell input size

2021-12-15 Thread ekwa...@gmail.com
For those visiting this thread for a solution of the problem of the original poster, this css rule works: .sagecell_input .CodeMirror-scroll { /* show entire input lines */ max-height: none; } -- You received this message because you are subscribed to the Google Groups "sage-cell" group.

[sage-cell] Re: Mathjax 3

2021-06-14 Thread ekwa...@gmail.com
On Monday, June 14, 2021 at 4:03:31 AM UTC+9 novo...@gmail.com wrote: > SageMathCell does use MJ3 already, maybe not the best idea to get out of > sync with SageMath itself, but I hope that with the next release all issues > will be ironed out and so far it has not caused many issues... Curre

Re: [sage-cell] Re: Strange output with show()?

2021-03-24 Thread ekwa...@gmail.com
I closed the previous PR and uploaded a new PR, that I hope will fix the problem. On Wednesday, March 24, 2021 at 12:31:46 AM UTC+9 novo...@gmail.com wrote: > Changes in MathJax behaviour are likely due to the recent upgrade by > Kwankyu, I've notified him of the issue and hopefully it can be

Re: [sage-cell] Re: Strange output with show()?

2021-03-24 Thread ekwa...@gmail.com
On Wednesday, March 24, 2021 at 12:31:46 AM UTC+9 novo...@gmail.com wrote: > Changes in MathJax behaviour are likely due to the recent upgrade by > Kwankyu, I've notified him of the issue and hopefully it can be resolved > soon! > I uploaded a hot fix PR reverting to MathJax2 initialization.

Re: [sage-cell] Re: Strange output with show()?

2021-03-24 Thread ekwa...@gmail.com
> > Anyway, the example code above is working fine with my own server with the > same recent upgrade. > Ok. I started to see the problem with my server as well. I don't know why It worked at first.. I will investigate. -- You received this message because you are subscribed to the Google

Re: [sage-cell] Re: Strange output with show()?

2021-03-24 Thread ekwa...@gmail.com
On Wednesday, March 24, 2021 at 3:59:51 PM UTC+9 ekwa...@gmail.com wrote: > I suspect that the problem is related with your recent action that stopped > internet access from within cells. MathJax3 seems to fetch TeX extensions > as needed while rendering math. So MathJax3 may

Re: [sage-cell] Re: Strange output with show()?

2021-03-23 Thread ekwa...@gmail.com
Hi Andrey, On Wednesday, March 24, 2021 at 12:31:46 AM UTC+9 novo...@gmail.com wrote: > Changes in MathJax behaviour are likely due to the recent upgrade by > Kwankyu, I've notified him of the issue and hopefully it can be resolved > soon! > Did you? I didn't know.. Anyway, the example code a

[sage-cell] Re: MathJax3 support

2021-03-18 Thread ekwa...@gmail.com
On Wednesday, March 17, 2021 at 8:49:11 AM UTC+9 ekwa...@gmail.com wrote: > On Wednesday, March 17, 2021 at 1:14:14 AM UTC+9 novo...@gmail.com wrote: > >> Deployed on the test server, works for me now, thank you! I'll let others >> test as well in case someone want to

[sage-cell] Re: MathJax3 support

2021-03-16 Thread ekwa...@gmail.com
On Wednesday, March 17, 2021 at 1:14:14 AM UTC+9 novo...@gmail.com wrote: > Deployed on the test server, works for me now, thank you! I'll let others > test as well in case someone want to do it, will roll it out to public > servers in a few days. > Thanks. I will start fixing sage for mathja

[sage-cell] Re: MathJax3 support

2021-03-15 Thread ekwa...@gmail.com
On Tuesday, March 16, 2021 at 11:45:19 AM UTC+9 novo...@gmail.com wrote: > > Then perhaps SageMath should start supporting MathJax3 and then we need to > adapt frontends to support it as well? I prefer to stay in sync with > SageMath as much as possible. > With the second PR, sagecell will su

[sage-cell] Re: MathJax3 support

2021-03-15 Thread ekwa...@gmail.com
On Tuesday, March 16, 2021 at 9:53:04 AM UTC+9 novo...@gmail.com wrote: > On Monday, 15 March 2021 at 18:12:11 UTC-6 ekwa...@gmail.com wrote: > >> It seems working fine. What is your example that is not working? >> > > show(x) shows nothing for me both in Firefox and

[sage-cell] Re: MathJax3 support

2021-03-15 Thread ekwa...@gmail.com
erwise > I'll try to get to it next weekend. > > On Sunday, 14 March 2021 at 22:11:31 UTC-6 ekwa...@gmail.com wrote: > >> Hi Andrey, >> >> I uploaded a PR to support MathJax3 (as well as MathJax 2) sites. It >> works well with my site. But perhaps it would need m

[sage-cell] MathJax3 support

2021-03-14 Thread ekwa...@gmail.com
Hi Andrey, I uploaded a PR to support MathJax3 (as well as MathJax 2) sites. It works well with my site. But perhaps it would need more extensive tests before deploying to the main sagemath site. Please check it out. Thanks. Kwankyu -- You received this message because you are subscribed to