IBM Watson Studio hands on

It is easy to get started with Watson Studio. First of all, you need to login into Watson Studio. If you do not have a Watson Studio account use the Account Setup guide to help you create one quickly.

Create a Project

After logging in you will see the overview page which gives you information about your previous activity and some tabs to get started with key tasks.

Watson Studio Landing page

  1. Choose New project ("Complete" is good).
  2. On the New project screen, add a name and optional description for the project.
  3. Choose an existing object storage service instance or create a new one.
  4. Click Create. Your new project opens and you can start adding resources to it.

New Project Page

Create a Notebook

Download and unzip the .zip file. It has the Jupyter Notebooks and datasets that you need during the hands on session.

  1. Select the Assets tab in the Project Menu
  2. Click on the + Add to project menu item and select Notebook to create a new notebook.

New Project Page

  1. On the New Notebook page select the From file tab as you wil be creating a New Notebook from a file.

  2. Browse the .ipynb file in the .zip folder you just downloaded. The download .zip has two Notebooks.

  1. Select the runtime called Default Python 3.5 XS (2 vCPU and 8 GB RAM) from the dropdown on the right if you chose the first notebook (Getting started with Notebooks) and the runtime called Default Spark Python 3.5 XS (Driver with 1 vCPU and 4 GB RAM, 2 executors with 1 vCPU and 4 GB RAM each) for the second notebook as it requires an Apache Spark runtime.

Select Runtime

  1. Click Create Notebook in the bottom right and your notebook will be created. You are all set to work with your notebook. The notebook has all the further instructions.