diff --git a/notebooks/unit3/lesson_20/Lesson_20_activity.ipynb b/notebooks/unit3/lesson_20/Lesson_20_activity.ipynb index 872c290..45421b0 100644 --- a/notebooks/unit3/lesson_20/Lesson_20_activity.ipynb +++ b/notebooks/unit3/lesson_20/Lesson_20_activity.ipynb @@ -48,7 +48,7 @@ " - Your notebook must output test set predictions to `submission.csv` in the correct format\n", " - Go to 'Submit to competition' tab in the right sidebar and click 'Submit'\n", "\n", - "You may see warnings when running on Kaggle due to inconsistencies in installed package versions between your environment and Kaggle. If you are using a virtual environment already, install this [kaggle_requirements.txt](https://github.com/gperdrizet/FSA_devops/blob/main/notebooks/unit3/lesson_20/kaggle_requirements.txt.ipynb):\n", + "You may see warnings when running on Kaggle due to inconsistencies in installed package versions between your environment and Kaggle. If you are using a virtual environment already, install this [kaggle_requirements.txt](https://github.com/gperdrizet/FSA_devops/blob/main/notebooks/unit3/lesson_20/kaggle_requirements.txt):\n", "\n", "```\n", "pip install --force-reinstall kaggle_requirements.txt\n",