Is it possible in a Python script to reference a folder where the libraries are located? Example: pandas, plotly, numpy, etc.
In my work there is a network block that does not allow the installation of external libraries, so I downloaded the libraries on my computer at home and brought it to work thinking that there is some way to reference the imports of my libraries through this folder as done in RStudio with .libPath. If possible, how could do this?
Image in the Folder libraries: