Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tools:r:python [2026/07/24 13:27] – created will | tools:r:python [2026/07/24 13:29] (current) – will | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Python in R ====== | ====== Python in R ====== | ||
| - | '' | + | '' |
| - | < | + | < |
| library(reticulate) | library(reticulate) | ||
| - | # creates like 'python -m venv .venv' | + | # use project specific python packages stored in folder created with |
| + | # | ||
| use_virtualenv(" | use_virtualenv(" | ||
| </ | </ | ||