You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the code in this repo is written in Python or iPython (jupyter) notebooks. You need python to run the code.
You can install the packages required by this repo using poetry.
After installing poetry, just run
poetry install
This command will install all the packages used to run the different codes in this repo.
Some of the notebooks also contain R code along with python for creating pretty tables and charts. The R code in jupyter notebooks is handled by the rpy2 package, which is installed automatically using poetry
In addition to rpy2, running R code also requires a working R install.