Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"strange" addpath warning #208

Open
smartinsightsfromdata opened this issue Jan 28, 2022 · 2 comments
Open

"strange" addpath warning #208

smartinsightsfromdata opened this issue Jan 28, 2022 · 2 comments

Comments

@smartinsightsfromdata
Copy link

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.

@blink1073
Copy link
Contributor

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

@blink1073
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants