diff --git a/_pages/dat450/assignment1.md b/_pages/dat450/assignment1.md index ee8774f43365f..cb74468d6218e 100644 --- a/_pages/dat450/assignment1.md +++ b/_pages/dat450/assignment1.md @@ -93,6 +93,7 @@ Note that GPUs cannot be accessed from the JupyterHub notebooks, so you must sub %autoreload 2 import your_a1_solution By enabling auto-reloading, you won't have to restart the notebook every time you update the code in the Python file. Note that auto-reloading in notebooks does not work if you do from your_a1_solution import .... +