Re: [Debian-science-sagemath] [sage-devel] Sage Crash Report - Debian testing - amd64

2019-10-15 Thread cluton
Thank you both, I'll follow the Debian list. For the time being it looks like it will be easier to install the Sagemath binary (directly from Sagemath) rather than running a mixed testing/unstable. Cheers Chris On Tue., 15 Oct. 2019, 7:55 pm Tobias Hansen, wrote: > We already have sage 8.9 with

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Mikhail Malakhaltsev
It has this button at the right bottom corner. El martes, 15 de octubre de 2019, 19:02:00 (UTC-5), Dima Pasechnik escribió: > > On Wed, Oct 16, 2019 at 12:52 AM Mikhail Malakhaltsev > wrote: > > > > In the Jupyter notebook jsmol does work, however the menu (right click) > does not work properl

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Dima Pasechnik
On Wed, Oct 16, 2019 at 12:52 AM Mikhail Malakhaltsev wrote: > > In the Jupyter notebook jsmol does work, however the menu (right click) does > not work properly. > At the same time threejs does not have the menu equivalent a jsmol, for > example export item. > In general it seems threejs has le

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Mikhail Malakhaltsev
In the Jupyter notebook jsmol does work, however the menu (right click) does not work properly. At the same time threejs does not have the menu equivalent a jsmol, for example export item. In general it seems threejs has less possibilities that jsmol. El martes, 15 de octubre de 2019, 6:46:54 (U

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-15 Thread S. Diop
I was running a new build from scratch again and deleted the previous logs. Thanks again for directing to these Anaconda docs. I will let you know the outcome of a new build after deactivating Conda. On Monday, October 14, 2019 at 9:23:57 PM UTC+2, S. Diop wrote: > > I am experiencing failure buil

Re: [sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-15 Thread Dima Pasechnik
On Tue, Oct 15, 2019 at 7:56 PM S. Diop wrote: > > Oh thanks so much Dima! > > You're right, I have in my home directory ~/anaconda/ and ~/anaconda3/. > And I notice that is also /anaonda3/ at the root of the machine. I am not > sure this normal. > > I tried simply changing the names on my home d

[sage-devel] Re: Building sage 8.9 from source on macOS Mojave failure

2019-10-15 Thread S. Diop
Oh thanks so much Dima! You're right, I have in my home directory ~/anaconda/ and ~/anaconda3/. And I notice that is also /anaonda3/ at the root of the machine. I am not sure this normal. I tried simply changing the names on my home directory (by changing ~/anaconda/ into ~/anaconda.disabled/ a

Re: [sage-devel] Possible bug when computing powers of complex numbers

2019-10-15 Thread Dima Pasechnik
On Tue, Oct 15, 2019 at 3:57 PM 'Florian Hanisch' via sage-devel wrote: > > Hi, > > this might be a duplicate (sorry) but I could not find this issue described > anywhere else. I have been running the code > > k=1.0 > (I*k/(2*pi*5))^(6/2) > > and got the result > > (1.0046096651e-4294967297*I

[sage-devel] Possible bug when computing powers of complex numbers

2019-10-15 Thread 'Florian Hanisch' via sage-devel
Hi, this might be a duplicate (sorry) but I could not find this issue described anywhere else. I have been running the code k=1.0 (I*k/(2*pi*5))^(6/2) and got the result (1.0046096651e-4294967297*I)/pi^3 This is clearly way too small, adding CC(...) to get a numerical value does not reso

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Dima Pasechnik
On Tue, Oct 15, 2019 at 12:31 PM João Palhoto Matos wrote: > > This is how I first got there. > > Build sage 3.9 on Linux Mint 19.2 > > Start sage > > notebook() > > x,y,z=var('x,y,z') > u, v = var('u,v') > from sage.plot.plot3d.transform import rotate_arbitrary > from sage.plot.plot3d.shapes impo

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Dima Pasechnik
On Tue, Oct 15, 2019 at 12:32 PM Mikhail Malakhaltsev wrote: > > The steps are: > > sage -n=sagenb > > Then in the notebook make a cell: > var('u, v') > parametric_plot3d([u^2 - v^2, u, v], (u, -2, 2), (v, -2, 2)) this works for me in Jupyter notebook (on Sage 9.0.beta1) You might also try the t

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Mikhail Malakhaltsev
The steps are: sage -n=sagenb Then in the notebook make a cell: var('u, v') parametric_plot3d([u^2 - v^2, u, v], (u, -2, 2), (v, -2, 2)) Evaluate the cell. The result is a 3D-image which looks as it should be. Click at the image. The image disappear and you see a configuration of small little

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread João Palhoto Matos
This is how I first got there. Build sage 3.9 on Linux Mint 19.2 Start sage notebook() x,y,z=var('x,y,z') u, v = var('u,v') from sage.plot.plot3d.transform import rotate_arbitrary from sage.plot.plot3d.shapes import Text from sage.manifolds.utilities import set_axes_labels from sage.plot.plot3

Re: [sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Dima Pasechnik
Could you please post concrete steps to reproduce the problem? On Tue, Oct 15, 2019 at 11:09 AM Mikhail Malakhaltsev wrote: > > I have the same problem with notebook in Sage 8.9, browsers Vivaldi, > GoogleChrome, sage built on opensuse Leap 15.0. > > El lunes, 14 de octubre de 2019, 7:49:22 (UTC

[sage-devel] Re: 3d graphics with jsmol in version 3.9 broken

2019-10-15 Thread Mikhail Malakhaltsev
I have the same problem with notebook in Sage 8.9, browsers Vivaldi, GoogleChrome, sage built on opensuse Leap 15.0. El lunes, 14 de octubre de 2019, 7:49:22 (UTC-5), João Palhoto Matos escribió: > > I have found that activating a 3d jsmol animation in a sage 3.9 notebook > is broken. Although

Re: [Debian-science-sagemath] [sage-devel] Sage Crash Report - Debian testing - amd64

2019-10-15 Thread Tobias Hansen
We already have sage 8.9 with Python 3 in Debian unstable. It is not migrating to testing due to various crashes on i386, mipls64el and ppc64el but on amd64 it should work fine. Best, Tobias On 10/15/19 10:50 AM, Dima Pasechnik wrote: > This is a Debian-specific problem, I think they're working

Re: [sage-devel] Sage Crash Report - Debian testing - amd64

2019-10-15 Thread Dima Pasechnik
This is a Debian-specific problem, I think they're working on updating Sage to a more recent version (the current stable version is 8.9). I cc to the specific list. On Sat, Oct 12, 2019 at 6:36 PM Sage user wrote: > > My terminal output is pasted below, bug report is attached. > > I tried emailin