Anda di halaman 1dari 1

eg-python-01

devtools::install_github('rstudio/reticulate')

## Skipping install of 'reticulate' from a github remote, the SHA1 (3f3c2277) has not changed since last
## Use `force = TRUE` to force installation
knitr::knit_engines$set(python = reticulate::eng_python)

x=99
print(x)

## 99
print(x)

## 99

Anda mungkin juga menyukai