help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave on OSX tu use with Jupyter notebook


From: Sebastian Schöps
Subject: Re: Octave on OSX tu use with Jupyter notebook
Date: Mon, 5 Feb 2018 14:50:33 -0700 (MST)

Esteban Colla wrote
> Hello,
> I am trying to add the octave_kernel to Jupyter Notebook. For this, I have
> to add the octave executable path to the bash_profile.
> 
> I tried with the paths
> 
> /Users/estebancolla/Applications/Octave.app
> 
> /Users/estebancolla/Applications/Octave.app/Contents/Resources/usr/bin
> 
> but none of them worked. Does anybody know which is the path to the Octave
> executable in mac osx? (Or how can I find it?)

That depends on how you installed Octave. The second line looks reasonable
to me but it is impossible to tell without knowing your system. However, you
can open "Terminal.app" and type "cd
/Users/estebancolla/Applications/Octave.app/Contents/Resources/usr/bin" to
change to the directory. Then running "ls" should display whether there is
an octave binary in the directory or not. If it is the correct directory
typing "./octave" or "./octave-cli" should open octave with or without GUI,
respectively.

Sebastian 



--
Sent from: http://octave.1599824.n4.nabble.com/Octave-General-f1599825.html



reply via email to

[Prev in Thread] Current Thread [Next in Thread]