How to select different python interpreters for Labplot notebook

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.

Hi @Donghi,

This year, as part of Google Summer of Code, one of the students, Zheng Jiahong, improved Python support by adding a feature that lets users easily switch between different virtual environments. Once this merge request is finalized, this will create a more unified and stable user experience in labplot.

Thank you for letting me know about this. I am very expected that day!