I'm having the same problem. Sage 3.1.4 works but after upgrading to
3.4 the notebook command appears to fail and goes back to the sage
login menu. I'm using VMware Workstation 6.5.2, the OS is WinXP sp3,
and the machine has 1.5 GB of memory.
On Apr 15, 5:43 pm, madison.mich...@gmail.com wrote:
That appears to have fixed it. Thanks for the quick reply.
On Jan 6, 3:45 pm, tclendenen <[EMAIL PROTECTED]> wrote:
> I was trying the parametric_plot3d backed by Jmol by putting the
> following into a worksheet cell:
>
> var('t')
> c = 2*pi
> parametric_
I was trying the parametric_plot3d backed by Jmol by putting the
following into a worksheet cell:
var('t')
c = 2*pi
parametric_plot3d( (cos(t), sin(t), t), (0, c), plot_points=100,
color="red")
It worked as expected, however when I changed the second line to c =
3*pi then did shift+enter, it sti
I was trying the parametric_plot3d backed by Jmol by putting the
following into a worksheet cell:
var('t')
c = 2*pi
parametric_plot3d( (cos(t), sin(t), t), (0, c), plot_points=100,
color="red")
It worked as expected, however when I changed the second line to c =
3*pi then did shift+enter, it sti