Skip to content

Commit a048362

Browse files
committed
have students sign up for Colab Pro
1 parent 3956399 commit a048362

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

assignments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,6 @@ You'll create your own notebook.
9494

9595
The runtime is [the place where Python is installed and the code is actually executing](https://docs.jupyter.org/en/stable/projects/kernels.html#kernels), in the cloud somewhere. If your runtime is repeatedly crashing, you're probably running out of memory.
9696

97+
- [Get more memory through Colab Pro](hw_0.ipynb#one-time-setup), if you haven't already.
9798
- Make sure you aren't loading data you don't need.
9899
- If loading a new dataset, [make it smaller](assignments/open_ended.md#reducing-data-size)

hw_0.ipynb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
"- Double-check your notification settings\n",
2626
" - [{{lms_name}}]({{lms_notification_settings_url}})\n",
2727
" - [Ed Discussion](https://edstem.org/us/settings/notifications)\n",
28+
"- [Get free upgrade to Colab Pro](https://research.google.com/colaboratory/faq.html#edu-faq-heading)\n",
29+
" 1. Go to the [signup page](https://colab.research.google.com/signup).\n",
30+
" 1. Click \"No cost for students and educators\".\n",
2831
"- Adjust notebook settings\n",
2932
" 1. [Open this notebook in Google Colab.](https://python-public-policy.afeld.me/en/{{school_slug}}/assignments.html#getting-started)\n",
3033
" 1. In the menu bar, click `Tools`.\n",

0 commit comments

Comments
 (0)