[sage-support] Re: optional packages and binder

2019-11-01 Thread Alexander Konovalov
This is an example by Nicolas M. ThiƩry which worked earlier this week: https://github.com/OpenDreamKit/demo-semigroup-representation-theory/blob/master/Dockerfile Hope it may help. Is your setup somewhere on GitHub? Best wishes Alex On Tuesday, October 29, 2019 at 12:13:34 PM UTC, Enrique Ar

[sage-support] Re: Where is (the) kash?

2018-07-09 Thread Alexander Konovalov
Note that the Alnuth package for GAP switched from KANT to PARI/GP, with the support of the Bill Allombert who provided an equivalent of the KANT code formerly used there. Alex On Monday, July 9, 2018 at 7:16:22 PM UTC+1, Dima Pasechnik wrote: > > Imho kash has been totally bitrotten. The last re

[sage-support] Re: Conversion/pickling of libgap's polycyclic groups

2017-02-04 Thread Alexander Konovalov
Hi Simon, You can use CodePcGroup and PcGroupCode, see example below. Hope this helps Alexander gap> g:=SmallGroup(243,13); gap> c:=CodePcGroup(g); 1003339825 gap> H:=PcGroupCode(c,243); gap> IdGroup(H); [ 243, 13 ] -- You received this message because you are subscribed to the Google

[sage-support] Re: Installation of GAP packages in Sage 7.0

2016-03-03 Thread Alexander Konovalov
Graham, which package would you like to install? Even if it uses no compilation, it may depend on other GAP packages which should be installed as well. Some of these may require compilation, some not. Dependencies are described in PackageInfo.g file in the package root directory, and also on pa

[sage-support] Re: building Software Carpentry "lesson" for Sagemath

2016-01-22 Thread Alexander Konovalov
Thank you, Dima, > On 22 Jan 2016, at 09:49, Dima Pasechnik wrote: > > Software Carpentry, see http://software-carpentry.org, is a charity that does > "Teaching basic lab skills for research computing". But goes beyond that; > their workshops can include more nontrivial components, e.g. recent