Re: [sage-devel] Anomaly with several layered parametric plots 3d when using three.js

2019-11-23 Thread Dima Pasechnik
sagenb only works with Python2, so you need to run configure with the option --with-python=2 (which used to be the default, but not any more, now 3 is the default) On Sat, 23 Nov 2019, 09:58 João Palhoto Matos, wrote: > Unfortunately if you do that from inside a jupyter notebook you are unabl

Re: [sage-devel] Anomaly with several layered parametric plots 3d when using three.js

2019-11-23 Thread João Palhoto Matos
Unfortunately if you do that from inside a jupyter notebook you are unable to save the 3d model as the context menus are clipped (with sage 9.0beta6 using jsmol not jmol). If you try to start a classical deprecated notebook it fails to start (with sage 9.0beta6). If you give all the commands i

Re: [sage-devel] Anomaly with several layered parametric plots 3d when using three.js

2019-11-22 Thread Dima Pasechnik
yes, it does not look too well in three.js in Jupyther notebook. You can use jmol, just use show(d1+d2+d3+d4+d5,viewer='jmol') as the last command. On Fri, Nov 22, 2019 at 4:46 PM João Palhoto Matos wrote: > > The sage code producing the example and two 3d models, one correct produced > with j