I want to use the Jupyter notebook in labplot. I follow the user manual step by step but get stuck when I try “from pylabplot import *”, no module found. Same issue when I try to import pandas and lumpy.
sys.path and info shown in below:
/Applications/LabPlot.app/Contents/MacOS/cantor_pythonserver
[‘/Applications/LabPlot.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python311.zip’, ‘/Applications/LabPlot.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11’, ‘/Applications/LabPlot.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11/lib-dynload’, ‘/Applications/LabPlot.app/Contents/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages’]
I searched in the lib, there aren’t pandas, pylabplot and numpy module. How can I fix that? As my understanding, the python integrated in the labplot. Is it possible to install other modules through tool such as pip?