On Tue, Oct 15, 2019 at 12:32 PM Mikhail Malakhaltsev <mik...@gmail.com> 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 treejs viewer,
parametric_plot3d([u^2 - v^2, u, v], (u, -2, 2), (v, -2, 2),viewer="threejs")
which will be default in Sage 9.0, so then the viewer parameter won't be needed.

This viewer also works in sagenb.



>
>  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 red balls.
> You can rotate the configuration and do everything you normally could do with 
> the 3D-image of surface, but now there is no surface, you see only this 
> configuration.
>
>
>
>
>
> El martes, 15 de octubre de 2019, 6:16:34 (UTC-5), Dima Pasechnik escribió:
>>
>> Could you please post concrete steps to reproduce the problem?
>>
>> On Tue, Oct 15, 2019 at 11:09 AM Mikhail Malakhaltsev <mik...@gmail.com> 
>> 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-5), João Palhoto Matos 
>> > escribió:
>> >>
>> >> I have found that activating a 3d jsmol animation in a sage 3.9 notebook 
>> >> is broken. Although initial preview is correct activating the animation 
>> >> leads to a graphic showing several small spheres (molecules?!). Reverting 
>> >> to version 3.8 everything works. I build sage on Linux Mint 19.2.
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "sage-devel" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to sage-...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-devel/0f061118-12fb-4e18-a868-b34397491998%40googlegroups.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/0e0a85a1-ae73-4abb-89dd-930c3cf30167%40googlegroups.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq2OqY37%2BhLtm2zuwP_fADW2KgQO%3DcLpNKP_%3DVXUnm3BrA%40mail.gmail.com.

Reply via email to