Issue Overview
Most notebooks use an absolute path to locate data files, all starting by /workspaces/python-for-data-science-and-machine-learning-essential-training-part-1-3006708/data/
Describe your environment
Steps to Reproduce
Expected Behavior
The notebooks should run as-is with no need to manually change the paths.
Current Behavior
Possible Solution
Update all paths using a relative path like ../data/
Screenshots / Video
Related Issues
Issue Overview
Most notebooks use an absolute path to locate data files, all starting by
/workspaces/python-for-data-science-and-machine-learning-essential-training-part-1-3006708/data/Describe your environment
Steps to Reproduce
Expected Behavior
The notebooks should run as-is with no need to manually change the paths.
Current Behavior
Possible Solution
Update all paths using a relative path like
../data/Screenshots / Video
Related Issues