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:
This opens the Create notebook dialog as illustrated here:
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...