Re: [sage-support] jupyter nbconvert broken

2017-09-09 Thread Pstrang Rzekle
After trying numerous things and not having any luck with the "sage-8.0-Fedora_25-x86_64.tar", I tried nbconvert from github: https://github.com/jupyter/nbconvert. Still didn't work, so I have since uninstalled it (sudo pip uninstall nbconvert), and reinstalled the pip version (sudo pip install

Re: [sage-support] Sage crash on first run - can't find the fortran compiler

2017-09-09 Thread Jeroen Demeyer
This should be fixed in the next version of Sage: https://github.com/sagemath/binary-pkg/pull/12 -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+un

[sage-support] Re: linear transformations (by jason Grout)

2017-09-09 Thread HG
John's suggestion works for me on local sage-8.1beta 4 Le vendredi 8 septembre 2017 16:00:27 UTC+2, HG a écrit : > > https://wiki.sagemath.org/interact/linear_algebra > @interact > def linear_transformation(A=matrix([[1,-1],[-1,1/2]]),theta=slider(0, > 2*pi, .1), r=slider(0.1, 2, .1, default=1)):

[sage-support] Re: linear transformations (by jason Grout)

2017-09-09 Thread HG
Le vendredi 8 septembre 2017 16:00:27 UTC+2, HG a écrit : > > https://wiki.sagemath.org/interact/linear_algebra > @interact > def linear_transformation(A=matrix([[1,-1],[-1,1/2]]),theta=slider(0, > 2*pi, .1), r=slider(0.1, 2, .1, default=1)): > v=vector([r*cos(theta), r*sin(theta)]) > w