# The script will interactively install \code{conda} to `R_user_dir`
if (FALSE) {
# Install conda and python 3.9
configure_conda(python_ver = '3.9')
# Add packages h5py, pandas, jupyter
add_packages(c('h5py', 'pandas', 'jupyter'))
# Add pip packages
add_packages("itk", pip = TRUE)
# Initialize the isolated environment
ensure_rpymat()
# Remove the environment
remove_conda()
}
Run the code above in your browser using DataLab