[sage-release] Re: Sage 7.6.beta5 released

2017-03-03 Thread Eric Gourgoulhon
Hi, Thanks to Paul Masson, the fix of the threejs issue is at https://trac.sagemath.org/ticket/22488 Eric. Le mercredi 1 mars 2017 21:13:36 UTC+1, Eric Gourgoulhon a écrit : > > Hi, > > It seems that the three.js viewer is broken in this release: running > show(sphere(), viewer='threejs') >

[sage-release] Re: Sage 7.6.beta5 released

2017-03-01 Thread Dima Pasechnik
oh, right, sorry, I didn't pay attention. Indeed it works for me in console mode, but in jupyter nb. (where I don't see any warnings or images). On js console I see Failed to load resource: the server responded with a status of 404 (Not Found) OrbitControls.js Failed to load resource: the server

[sage-release] Re: Sage 7.6.beta5 released

2017-03-01 Thread Steven Trogdon
Similar issue here with the exception that I have no warnings. The 'sphere' briefly appears and then disappears from the cell. On Wednesday, March 1, 2017 at 2:13:36 PM UTC-6, Eric Gourgoulhon wrote: > > Hi, > > It seems that the three.js viewer is broken in this release: running > show(sphere()

[sage-release] Re: Sage 7.6.beta5 released

2017-03-01 Thread Eric Gourgoulhon
Le mercredi 1 mars 2017 22:50:35 UTC+1, Dima Pasechnik a écrit : > > > it works for me. Perhaps you should run > > sage -f threejs > > and see if it helps. > > No, it does not help. Note that the issue is with the notebook (either Jupyter or legacy); in the console mode, it works. Eric. --

[sage-release] Re: Sage 7.6.beta5 released

2017-03-01 Thread Dima Pasechnik
On Wednesday, March 1, 2017 at 8:13:36 PM UTC, Eric Gourgoulhon wrote: > > Hi, > > It seems that the three.js viewer is broken in this release: running > show(sphere(), viewer='threejs') > in a Jupyter notebook results in a blank scene, along with the following > warnings: > [W 21:07:03.945 Not

[sage-release] Re: Sage 7.6.beta5 released

2017-03-01 Thread Eric Gourgoulhon
Hi, It seems that the three.js viewer is broken in this release: running show(sphere(), viewer='threejs') in a Jupyter notebook results in a blank scene, along with the following warnings: [W 21:07:03.945 NotebookApp] 404 GET /home/eric/sage/7.6.beta5/local/share/threejs/three.min.js (127.0.0.1

[sage-release] Re: Sage 7.6.beta5 released

2017-02-28 Thread Eric Gourgoulhon
>From a fresh git clone + pull develop on Ubuntu 16.04 x86_64 i7-6700HQ + 16 MB RAM, parallel (-j8) build OK and make ptestlong successful. Eric. Le dimanche 26 février 2017 19:49:45 UTC+1, Volker Braun a écrit : > > As always, you can get the latest beta version from the "develop" git > branch