I have no clue.
Just one comment -- if you do
show(P, viewer='tachyon')
at least you'll see a 3d plot, though you can't dynamically rotate it...
John
2008/8/7 William Stein <wst...@gmail.com>:
I wouldn't be surprised if it's a Firefox 3 security issue. Did you
get any messages about certificates? Did you ever click "accept
once?" Of course it could be something totally different.
- Robert
> I've had no warnings or errors or any other notifications from firefox
> and I have not accepted any certificates lately. Is there a simple way
> of checking that Java is working in firefox? I'm thinking of a
> possible install script error re paths or something of that nature.
Google for "example applet" I'm sure that will turn up an example you
could try.
wdj@hera:~$ java -version
java version "1.6.0"
OpenJDK Runtime Environment (build 1.6.0-b09)
OpenJDK 64-Bit Server VM (build 1.6.0-b09, mixed mode)
You probably have sun-java5-jdk, etc. If you want to try openjdk, type
sudo apt-cache search openjdk
and it should tell you which deb files to install using
sudo apt-get install ...
I just installed that (earlier I installed the sun one but it didn't
work in firefox). But -- after restarting firefox -- it still doesn't
work.
David, is your firefox this one:
Gecko/2008072820 Firefox/3.0.1 ?
John
Yes:
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008072820
Firefox/3.0.1
I should have added though, I almost always only use the command line.
I just now tried this with the notebook and just got a grey box with
no plot below the cell with the
plot 3d commands.
>
> I should have added though, I almost always only use the command line.
>
> I just now tried this with the notebook and just got a grey box with
> no plot below the cell with the
> plot 3d commands.
OK, so that's consistent. I can also display things like
show(sage.plot.plot3d.shapes.Torus(3,1), figsize=6, aspect_ratio=[1,1,1])
from the command line but not the notebook.
John