octave_kernel
octave_kernel copied to clipboard
"strange" addpath warning
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.
That is odd, we're getting that path from the __file__
attribute of kernel.py
if you run addpath()
with that path in octave
itself does it work?