-
Notifications
You must be signed in to change notification settings - Fork 6
Jupyter Setup Guide
Shirley Cohen edited this page Jan 29, 2021
·
3 revisions
Follow this guide to set up your Jupyter notebook environment for this class.
- Go to the GCP console.
- From the nav menu, select AI Platform and click on Notebooks.
- Click on the + New Instance link to create a new instance.
- Select Python 3.
- On the new notebook screen, give your notebook instance a name (e.g. notebook).
- For region, choose us-central1 (Iowa).
- For zone, accept the default.
- Click the Customize link to customize your instance.
- Choose n1-standard-8 as the machine type.
- Expand boot disk and increase the boot disk size to 150G (from 100G).
- Don't make any other changes.
- Click the Create button at the bottom to create your Jupyter instance.
- When you done using your Jupyter instance, stop your instance from the console. If you forget to stop it, you will quickly run out of GCP credits! Get in the habit of stopping your resources when you are not using them and then restarting them when you are ready to use them again.