Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Jmol in Notebook

Hi!

I am trying to use the following commands in the notebook:

sage: x, y, z = var('x, y, z')

sage: plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

but Jmol terminates and just returns a black picture. These commands work fine in the command line. I tried this both on my laptop and on the notebook server at sage.lacim.uqam.ca. Is there some configuration necessary to display jmol pictures in the notebook?

Thanks,

Anne

click to hide/show revision 2
No.2 Revision

Jmol in Notebook

Hi!

I am trying to use the following commands in the notebook:

sage: x, y, z = var('x, y, z')

z') sage: plot3d(x^2 + y^2, (x,-2,2), (y,-2,2))

(y,-2,2))

but Jmol terminates and just returns a black picture. These commands work fine in the command line. I tried this both on my laptop and on the notebook server at sage.lacim.uqam.ca. Is there some configuration necessary to display jmol pictures in the notebook?

Thanks,

Anne