We recommend using a conda environment to run the Python and R code. conda create -n sfds #Create the conda environment named sfds. conda activate sfds #Activate the environment we created. conda env ...