Let's have a look at an example in order to learn how to use this tool:
- If you don't have a Bluemix account, register for one here: ibm.biz/CloudFreemium.
- Once you have an account in place, go to https://datascience.ibm.com, and click on Sign In.
- Click on Sign-In with your IBM ID, and follow the instructions.
Once you are ready to go, let's start with a small hello world project by creating a Jupyter notebook on Scala with Apache Spark 2.x.
As illustrated in the following screenshot, click on the Create notebook button:
![](https://static.packt-cdn.com/products/9781786462749/graphics/Images/1c05d1bb-3cbb-4940-a905-0d24dc9f675c.png)
This opens the Create notebook dialog as illustrated here:
![](https://static.packt-cdn.com/products/9781786462749/graphics/Images/c5704341-7e33-41ea-819d-463582fb3708.png)
So let's have a look at what information we need to provide:
- First of all, each notebook needs a name. We choose packt_hello_world as the name.
- Then we select Scala as the programming language.
- We want to run our code on an Apache Spark 2.x instance.
- We choose...