packages

29 views
Skip to first unread message

Cyrille Piatecki

unread,
Nov 12, 2020, 3:00:20 AM11/12/20
to sage-support

There are some distinction between Sagecell and Sagemath notebooks. For instance the option "simpy" of "solve" does not work with Sagecel. Why ? I have also observe that under Lin ux the current version is Sagemath 9.2. Is it the current Sagecell version (I dont think so) ? Under Windows we are stiked to 9.1 (until now)

Emmanuel Charpentier

unread,
Nov 12, 2020, 5:46:03 AM11/12/20
to sage-support

Le jeudi 12 novembre 2020 à 09:00:20 UTC+1, Cyrille Piatecki a écrit :


There are some distinction between Sagecell and Sagemath notebooks. For instance the option "simpy" of "solve" does not work with Sagecel.

But the option algorithm="sympy" does…

Why ?

Because there ain’t no bloody option “simpy” in solve. There is an option “algorithm”, that accepts the “sympy” value…

I have also observe that under Lin ux the current version is Sagemath 9.2. Is it the current Sagecell version (I dont think so) ?

As of Nov 12, 2020 11:39;57 CET, sagecell.sagemath.org runs 9.1.

Under Windows we are stiked

stuck ?

to 9.1 (until now)

Building and running Sage under Cygwin is an astonishing feat (mostly done by E. Madison Bray, to whom thanks and kudos must go). Updating this feat for each new version takes time…

kcrisman

unread,
Nov 12, 2020, 12:12:57 PM11/12/20
to sage-support
Why ?

Because there ain’t no bloody option “simpy” in solve. There is an option “algorithm”, that accepts the “sympy” value…


It would be very helpful for us to see what code you tried that does work in Sage command line that doesn't in Sage cell.  As Emmanuel indicates, most likely it is a simple typing error - I know that happens to me all the time.
 

I have also observe that under Lin ux the current version is Sagemath 9.2. Is it the current Sagecell version (I dont think so) ?

As of Nov 12, 2020 11:39;57 CET, sagecell.sagemath.org runs 9.1


To elaborate, Sage cell usually takes some time to carefully check whether there are any changes in how it processes with each stable Sage version.  It usually updates a week or two later - you can follow the progress on sage-cell Google group, where Andrey Novoseltsev does a very good job of posting when updates occur. 

slelievre

unread,
Nov 13, 2020, 4:00:49 PM11/13/20
to sage-support
This command will let you know what version of Sage is currently running:

    sage: version()

You can use it in SageCell if you need to check what version of Sage
is installed there. You can use it on your own installation too.
Reply all
Reply to author
Forward
0 new messages