Hi everyone,
I wanted to test the following ticket on sage 9.0beta2:
So I wrote the following in the terminal:
sage: p = polytopes.icosahedron()
sage: p.plot()
Launched html viewer for Graphics3d Object
Then, a Firefox browser window opens with Firefox's "pingponging ball of Death" of an eternally loading window...
The same thing occurs with
sage -notebook
Previously, I've been having problems with launching jupyter, but copy-pasting
the link given in the terminal in the address bar always worked, so I had my workaround.
But I have grown tired of this workaround and I thought maybe someone knew how to solve this?
I've just done a "make distclean" for another reason, have a freshly compiled sage and moved ".sage" to ".sage_old" to see if
this changes anything: Nope.
I am running debian buster with firefox being my default browser.
Any ideas would be appreciated!
While we are here, on another train of thoughts: is it me or viewing polyhedron with threejs does not show the edges?
J-P