Steven Silvester
Steven Silvester
if you run `addpath()` with that path in `octave` itself does it work?
Hi @ChrisNabold, I'm not a Windows user, but it appears to work with Octave 7.1 on my Mac. What does `python -m octave_kernel.check` show?
I believe this is the same issue as https://github.com/kislyuk/argcomplete/issues/337#issuecomment-771835184
Hi @ecastellon, can you please try again with the latest octave_kernel and see if it is still an issue?
Hi @bitMaestro, if you start a notebook with python kernel and type the following, what is the output? ``` !which octave; echo $OCTAVE_EXECUTABLE ```
Are you able to start a notebook with a Python kernel? The above command is intended for a Python kernel.
After starting the Python notebook, what is the output of running a cell with the following? `!which octave; echo $OCTAVE_EXECUTABLE`?
@asavasci, are you able to run `octave-cli` from a terminal after setting up your PATH as above?
Hi @centaurarrow, can you post a full screenshot showing the kernel name and the above error? Here's what I'm seeing: 
Please run `pip install -U metakernel` to pick up the most recent `metakernel`. I'll update the conda-forge recipe.