I can see that numpy is imported from system python path. import numpy as np print(np.__file__) prints '/usr/lib/python3.10/site-packages/numpy/__init__.py'. I assume it uses the system python. As a feature request, can cantor use a custom virtualenv?
Hi I used to create an XDG launcher , and for command as below (you can see the path of my venv in the command) Exec = bash -c "source /opt/frameworks/python/venvs/default/bin/activate && cantor -qwindowicon cantor -qwindowtitle Cantor--Jupyter--Frontend %U" it works nice ! except for IPython %<command_name> , I get an error , but I can use all libs installed in the venv. regards