Hi all,
Does anybody had any pointers/suggestions on how best to host internal and external python packages for use with RStudio Connect?
We use RStudio Package manager to handle our R needs and I am hoping there is a similar solution for python.
RStudio Connect installs python packages via pip and virtualenv
As such, I am wondering about how best to deal with
- Internal packages
- Packages only available on a conda channel (i.e. not via pip) e.g. https://github.com/chembl/ChEMBL_Structure_Pipeline
- Packages hosted on github
Thanks
Iain