octave_kernel icon indicating copy to clipboard operation
octave_kernel copied to clipboard

"strange" addpath warning

Open smartinsightsfromdata opened this issue 3 years ago • 2 comments

I use jupyter lab on a virtual environment with python 3.8 (installed with pyenv) on Ubuntu 20.04.

When I execute the first line of an octave notebook I get:

warning: addpath: /data/notebooks/tf2x/lib/python3.8/site-packages/octave_kernel: No such file or directory

Which is odd as the directory exist.

smartinsightsfromdata avatar Jan 28 '22 11:01 smartinsightsfromdata

That is odd, we're getting that path from the __file__ attribute of kernel.py

blink1073 avatar Jan 28 '22 22:01 blink1073

if you run addpath() with that path in octave itself does it work?

blink1073 avatar Jan 28 '22 22:01 blink1073