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