Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _pages/dat450/assignment1.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Note that GPUs cannot be accessed from the JupyterHub notebooks, so you must sub
%autoreload 2
import your_a1_solution</pre>
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 <code>from your_a1_solution import ...</code>.

</li>
</div>
</details>
Expand Down