reticulate::use_python("/opt/anaconda3/bin/python", required = TRUE)Lab3
Introduction
Today we learn Python.
The following is a Python chunk.
Python
#Here goes the Python CodeThe following is an R chunk.
R
#Here goes the R CodeToday we learn Python.
reticulate::use_python("/opt/anaconda3/bin/python", required = TRUE)The following is a Python chunk.
Python
#Here goes the Python CodeThe following is an R chunk.
R
#Here goes the R Code