Missing modules in macOS v2.12.1

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?

I could be missing something huge here, but has this been posted in the wrong forum?

the notebook interface allows you to access different systems and languages, while pylabplot is a python module that allows you to access LabPlot’s functionality and is not required if you just need to work with a notebook. This is desrcibed in more details on Scripting — Labplot Manual 2.12 documentation . Please note, the scripting, and with this the pylabplot module, are available in the coming release 3.0 only.