Hi Currently, we are using Zep 0.8.1 and the python docker interpreter. Each user runs his notebook in his own docker python container. If user wants to install 3rd party modules (pip install) on demand, it doesn’t seem to work. How to install 3rd party modules via pip in the python container on demand? I see py4j running inside the container and there is a loop constantly looking for python script to execute. If user enters pip install in the paragraph to install 3rd party module, it doesn't work. Because it is not a python code. We need to use the container to run user script for security reason. On the other hand, it is highly desirable to allow 3rd party modules via pip install. Any suggestion?
Thanks Denny