[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 responded with a 
status of 404 (Not Found)
about:srcdoc:21 Uncaught ReferenceError: THREE is not defined
three.min.js Failed to load resource: the server responded with a status of 
404 (Not Found)
OrbitControls.js Failed to load resource: the server responded with a 
status of 404 (Not Found)
about:srcdoc:21 Uncaught ReferenceError: THREE is not defined
three.min.js Failed to load resource: the server responded with a status of 
404 (Not Found)
OrbitControls.js Failed to load resource: the server responded with a 
status of 404 (Not Found)
about:srcdoc:21 Uncaught ReferenceError: THREE is not defined
at about:srcdoc:21:21 



On Wednesday, March 1, 2017 at 11:04:32 PM UTC, Steven Trogdon wrote:
>
> 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(), 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) 
>> 5.54ms referer=None
>> [W 21:07:03.947 NotebookApp] 404 GET 
>> /home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
>> 0.98ms referer=None
>> [W 21:07:03.958 NotebookApp] 404 GET 
>> /home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
>> 1.00ms referer=None
>>
>> On the same computer, everything is all right with 7.6.beta4. 
>>
>> Eric. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[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(), 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) 
> 5.54ms referer=None
> [W 21:07:03.947 NotebookApp] 404 GET 
> /home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
> 0.98ms referer=None
> [W 21:07:03.958 NotebookApp] 404 GET 
> /home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
> 1.00ms referer=None
>
> On the same computer, everything is all right with 7.6.beta4. 
>
> Eric. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[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. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[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 NotebookApp] 404 GET 
> /home/eric/sage/7.6.beta5/local/share/threejs/three.min.js (127.0.0.1) 
> 5.54ms referer=None
> [W 21:07:03.947 NotebookApp] 404 GET 
> /home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
> 0.98ms referer=None
> [W 21:07:03.958 NotebookApp] 404 GET 
> /home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
> 1.00ms referer=None
>
> it works for me.  Perhaps you should run

sage -f threejs

and see if it helps.

 

> On the same computer, everything is all right with 7.6.beta4. 
>
> Eric. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[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) 
5.54ms referer=None
[W 21:07:03.947 NotebookApp] 404 GET 
/home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
0.98ms referer=None
[W 21:07:03.958 NotebookApp] 404 GET 
/home/eric/sage/7.6.beta5/local/share/threejs/OrbitControls.js (127.0.0.1) 
1.00ms referer=None

On the same computer, everything is all right with 7.6.beta4. 

Eric. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[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. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
> 36bcfa6 Updated SageMath version to 7.6.beta5
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.