Ask Your Question

Emmanuel Briand's profile - activity

2016-07-22 13:11:20 +0200 received badge  Great Answer (source)
2013-04-08 14:33:17 +0200 received badge  Good Answer (source)
2013-03-14 13:25:28 +0200 received badge  Nice Answer (source)
2013-03-14 08:17:27 +0200 received badge  Necromancer (source)
2013-03-14 08:17:27 +0200 received badge  Teacher (source)
2013-03-14 07:43:07 +0200 received badge  Editor (source)
2013-03-14 07:41:36 +0200 answered a question Running octave from the sage notebook

I solved the same problem as follows: in the notebook I ran the SAGE command

os.environ["PATH"]+=": ... path to the binary for octave"

For instance

os.environ["PATH"]+=":/Applications/Octave.app/Contents/Resources/bin"

on my Mac with Octave.app. This gives SAGE the information it needs to find octave.

Instead of writing this in the sage notebook every time you want to use octave, you may write it in your .sage/init.sage file.

2010-11-22 02:23:07 +0200 received badge  Supporter