Open BabakEbrahimi opened 4 months ago
As you are already installing packages, you are answering a part of the question already yourself.
Summing it up - you may install packages:
In any case it is highly recommended:
@BabakEbrahimi is this resolved for you?
Hi, I would like to know the procedure for installing certain Python packages on the EOX server when they are not present in the existing kernel. Specifically, I need to understand whether the installation must be performed by the EOX host, or if guests have the permissions to do this themselves. Currently, I am using the following script to install missing packages via pip: import sys !{sys.executable} -m pip install {the name of intended Python package}