[sage-support] Re: [GAP Support] Gap 4.8.7

2017-07-19 Thread David Joyner
On Wed, Jul 19, 2017 at 9:32 PM, Loretha B wrote: > I'm new to all of this, so I'm sure I'm missing something. > Trying to install 4.8.7 and I'm completely lost. Only vids i see on YT are > for 2.6. > > 4.8.7 installed on Windows, but not appearing in Gimp. > There is

[sage-support] Re: Plotting with R in A Sage Cell

2017-07-19 Thread Andrey Novoseltsev
On Wednesday, 19 July 2017 05:23:00 UTC-6, Thomas Judson wrote: > > The following code works in CoCalc > > cases <- c(36, 531, 4233, 8682, 7164, 2229, 600, 164, 57, 722, 1517, 1828, > 1539, 2416, 3148, 3465, 1440) > deaths <- c(0, 0, 130, 552, 738, 414, 198, 90, 56, 50, 71, 137, 178, 194, > 290,

[sage-support] Plotting with R in A Sage Cell

2017-07-19 Thread Thomas Judson
The following code works in CoCalc cases <- c(36, 531, 4233, 8682, 7164, 2229, 600, 164, 57, 722, 1517, 1828, 1539, 2416, 3148, 3465, 1440) deaths <- c(0, 0, 130, 552, 738, 414, 198, 90, 56, 50, 71, 137, 178, 194, 290, 310, 149) plot(ts(cases), col="red", main="Influenza Epidemic")

[sage-support] Re: Sage Crash Report

2017-07-19 Thread Dima Pasechnik
Hi, how is Sage installed in your case? It appears to be some pre-packaged binary installer, but which one? The error is ImportError: No module named psutil On Wednesday, July 19, 2017 at 2:15:59 AM UTC+1, Keivan Monfared wrote: > > > -- You received this message because you are subscribed

[sage-support] Re: Linking Sage cells in a wiki

2017-07-19 Thread Tom Judson
Actually, the problem is not this specific computation but being able to link Sage cells in a wiki in general. However, the following works. [[html]] https://sagecell.sagemath.org/static/embedded_sagecell.js";> sagecell.makeSagecell({"inputLocation": ".sage", linked: true}); Z8 =