-
-
Notifications
You must be signed in to change notification settings - Fork 701
Closed
Description
The following was reported by David Galant:
In the notebook, starting a block with '%octave' does not produce a
result.
This has been consistent throughout all releases of sage 2.*
The behavior is consistent on MacOS and Ubuntu Linux.
A sample session showing this is:
sage: from math import *
sage: sin(1)
0.8414709848078965
sage: gp.sin(1)
0.8414709848078965066525023216
sage: octave.sin(1)
0.841471
sage: %gp
sage: sin(1)
0.8414709848078965066525023216
sage: %octave
sage: sin(1)
sage: 3+2
5
sage: quit
Exited sage process
See http://groups.google.com/group/sage-support/t/273d4045b3f8e14e
Cheers,
Michael
Component: notebook
Issue created by migration from https://trac.sagemath.org/ticket/1019