Mon 2018-05-14 13:03:02 UTC, Francesco:
> 
> Now sage 8.1 is present in the repositories of ubuntu 18.04 64bit.
> I have installed sage and i have same problems.
> When i try to use 3d-commands in shell mode, and jmol stars,
> i get this message
>
>     RuntimeError: jmol cannot run, no suitable java version found
>
> I read that , in another case, this problem is caused by the
> incompatibility oj java with jmol. In my case java version is 10.
> Is this the problem ? Can i solve ugrading java or downgrading to
> version 8 ?

You can work around these issues by choosing a different viewer,
like "threejs" for instance. For example:

    sage: p = plot3d(lambda x, y: x^2 + y^2, (-2,2), (-2,2))
    sage: p.show(viewer='threejs')
    Launched html viewer for Graphics3d Object

I don't know if there is a way to set threejs as the default viewer
for 3d graphics.

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

Reply via email to