How do I access the data for the exercises? I am using Google Colab
I solved this by:
-
Cloning the repository to my pc
-
Using VS Code
-
Finally, running this snippet in the first cell:
import sys
!{sys.executable} -m pip install --user numpy
!{sys.executable} -m pip install --user pandas
!{sys.executable} -m pip install --user matplotlib
!{sys.executable} -m pip install --user scipy
Make sure you have VS Code set up for Python
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.