-
Notifications
You must be signed in to change notification settings - Fork 5
Watson Studio Setup
This tutorial walks you through setting up an account on the IBM Cloud and a project in Watson Studio such that you can use jupyter notebooks for your work.
- If you haven't been given a link to register already, please use the following link to create an IBM Cloud Account. It's completely for free, you don't need a credit card and the account never expires. => http://ibm.biz/skillsnetwork (Note: Please note that if you are using this link, your registration is tracked to skillsnetwork. This way you are indirectly supporting our courses.)
In case you are getting an error like below, please try with an different email address before you contact support. E.g. a non - gmail address..

- Once you've completed registration and confirmed your email address, please open dataplatform.cloud.ibm.com and click on "Log In"

- Now please click on "Create a project"

- Now please click on "Create an empty project"

- Under "name", please type "default", then please click on "Add" under "Define Storage"

- Once you see the screen below, please scroll down

- Please make sure the "Lite" plan is selected, then please click on "Create"

- Please click on "Confirm"

- Please click on "Refresh"

- Please click on "Create" to finalize project creation

Congratulations, this concludes the first part of the tutorial. Please take a moment to follow through the next steps to learn how you can use Watson Studio jupyter notebooks.
Watson Studio formerly included a free 1 CPU runtime. Unfortunately, this is not the case anymore. Fortunately, you get 50 capacity unit hours (CUH) for free usage every month and the smallest environment only consumes 0.5 per hours. This means you get 100 hours of free usage per month.
- On the project page, please click on "Environments" and then on "New Environment Definition"

- Please name it "supertiny" and make sure you've selected type "Default" with "1 vCPU and 4 GB RAM" with software version "Default Python 3.6"

Congratulations, this concludes the second part of the tutorial. Please take a moment to follow through the next steps to learn how you can use Watson Studio jupyter notebooks.
- Please click on "Add to project"

- Here you can select an abundance of tools, but let's go for jupyter notebooks first. Please click on "Notebook"

- In order to not use up only 0.5 CUH of your monthly 50 free CUH just select the "supertiny" runtime

- Please click on "Create notebook"

- Just wait until the notebook appears. In case you are interested. The jupyter enterprise gateway has requested resources on the Kubernetes cluster IBM hosts for serving the jupyter kernel backing your notebook

- Now you're ready to code!

Congratulations, this concludes the third part of the tutorial. Please take a moment to follow through the next steps to learn how to stop an environment, just to make sure you are not consuming CUH in the background
- From the project pages, please click on environments again

- Under "Active environment runtimes" please click on the three dots and then on "Stop". Please make sure that all active runtimes have disappeared.

This concludes this tutorial.