Hi, I have checked the current python interpreter in labplot notebook by
import sys
print(sys.executable)
it outputs: /usr/bin/python3
But this is the default python interpreter. Since I have installed conda, I hope to select other python interpreter(or environment). However, I did not find any options in labplot to change the interpreter. I would be very thankful if some one could provide some suggestions.
My system is Linux Mint 22.2 Cinnamon, and labplot version is 2.12.1 installed from flathub.
