You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-33Lines changed: 12 additions & 33 deletions
Original file line number
Diff line number
Diff line change
@@ -48,50 +48,29 @@ Follow these steps to setup and run this Code Pattern. The steps are
48
48
described in detail below.
49
49
50
50
1.[Sign up for the Watson Studio](#1-sign-up-for-watson-studio)
51
-
2.[Create the Spark Service](#2-create-the-spark-service)
52
-
3.[Create the notebook](#3-create-the-notebook)
53
-
4.[Run the notebook](#4-run-the-notebook)
54
-
5.[Analyze the results](#5-analyze-the-results)
55
-
6.[Save and Share](#6-save-and-share)
51
+
2.[Create the notebook](#2-create-the-notebook)
52
+
3.[Run the notebook](#3-run-the-notebook)
53
+
4.[Analyze the results](#4-analyze-the-results)
54
+
5.[Save and Share](#5-save-and-share)
56
55
57
56
## 1. Sign up for Watson Studio
58
57
59
58
Sign up for IBM's [Watson Studio](https://dataplatform.cloud.ibm.com/). By creating a project in Watson Studio a free tier ``Object Storage`` service will be created in your IBM Cloud account. Take note of your service names as you will need to select them in the following steps.
60
59
61
60
> Note: When creating your Object Storage service, select the ``Free`` storage type in order to avoid having to pay an upgrade fee.
62
61
63
-
## 2. Create the Spark service
64
-
65
-
* In your project go to the `Settings` tab, scroll down to `Associated Services` and choose `+ Add service` -> `Spark`
66
-
67
-

68
-
69
-
* Either choose and `Existing` Spark service, or create a `New` one
* In [Watson Studio](https://dataplatform.cloud.ibm.com/), click `New Project +` under Projects or, at the top of the page click `+ New` and choose the tile for `Data Science` and then `Create Project`.
82
-
* In your project go to the `Settings` tab, scroll down to `Associated Services` and choose `+ Add service` -> `Spark`. Either choose and `Existing` Spark service, or create a `New` one.
83
65
* In [Watson Studio](https://dataplatform.cloud.ibm.com/) using the project you've created, click on `+ Add to project` and then choose the `Notebook` tile, OR in the `Assets` tab under `Notebooks` choose `+ New notebook` to create a notebook.
84
-
* Select the `From File` tab.
85
-
* Enter a name for the notebook.
86
-
* Optionally, enter a description for the notebook.
87
-
* Navigate to where you cloned this git repository in the step above, and choose `data-visualization-with-python/notebooks/HoustonFlood2017.ipynb`
88
-
* Select the Spark runtime you've associated with this project:
* Optionally, enter a description for the notebook. [3]
69
+
* Under `Notebook URL` provide the following url: [https://raw.githubusercontent.com/IBM/visualize-data-with-python/master/notebooks/HoustonFlood2017.ipynb](https://raw.githubusercontent.com/IBM/visualize-data-with-python/master/notebooks/HoustonFlood2017.ipynb)[4]
70
+
* For `Runtime` select the `Spark Python 3.6` option. [5]
0 commit comments