The sphere and cone worked fine in Safari too, after I changed my default browser.
- Marc On Saturday, July 16, 2022 at 2:09:44 PM UTC-5 Marc Culler wrote: > I tried the following with the binary distribution of Sage 9.6, using a > jupyter notebook open in Firefox, on an Intel macbook air with Monterey: > > from sage.plot.plot3d.shapes import * > S = Sphere(.5, color='yellow') > S += Cone(.5, .5, color='red').translate(0,0,.3) > S.show() > > It worked fine. > > (This is from the Sage 3D graphics documentation, but I left off the eyes > and mouth.) > > - Marc > > On Friday, July 15, 2022 at 3:41:53 AM UTC-5 [email protected] wrote: > >> On Fri, Jul 15, 2022 at 9:31 AM [email protected] >> <[email protected]> wrote: >> > >> > >> > >> > Le vendredi 15 juillet 2022 à 09:17:08 UTC+2, [email protected] a écrit >> : >> >> >> >> >> >> >> >> On Fri, 15 Jul 2022, 05:59 [email protected], <[email protected]> >> wrote: >> >>> >> >>> No, I meant that I get this sort of behavior (crash after starting to >> execute successfully) in Chrome. In Safari, the page doesn't even get >> started - it freezes after loading. >> >>> >> >>> >Anyway, if it stopped working by itself it means that a system (or >> browser) update happened in the meantime. >> >>> >> >>> What can I do about that? >> >> >> >> >> >> I don't know how you installed Sage 9.6. >> >> >> >> It might be that the macOS/browser updates came after the release date >> of 9.6, and thus all bets are off - in particular if it was a kind of >> binary distribution of Sage. >> > >> > >> > It was a binary distribution, but I installed it because I was having >> the same problem with sage 9.5 (compiled from scratch a few months ago). >> > >> > Should I compile sage 9.6 from scratch? >> >> it will work, most probably - although if the macOS/browser updates >> appeared after 9.6, there could be a breakage. >> >> >> >> > >> > Best >> > Harald >> > >> > -- >> > 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 [email protected]. >> > To view this discussion on the web visit >> https://groups.google.com/d/msgid/sage-support/18c2911f-c0b6-46d8-b10a-3dfaed5c293en%40googlegroups.com. >> >> >> > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/9df2f107-986a-4afe-8917-a832fed799ben%40googlegroups.com.
