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
+10-59Lines changed: 10 additions & 59 deletions
Original file line number
Diff line number
Diff line change
@@ -13,53 +13,45 @@ When the reader has completed this Code Pattern, they will understand how to:
13
13
14
14
The intended audience for this Code Pattern is application developers and other stakeholders who wish to utilize the power of Data Science quickly and effectively.
1. Load the Jupyter notebook onto the IBM Watson Studio platform.
21
21
1. USGS data from the Houston flood of 2017 is loaded into the notebook.
22
22
1. The notebook is used to clean the data, and then display it.
23
23
1. A PixieApp dashboard is created and can be interacted with.
24
24
1. Mapbox and Folium are used for map visualizations
25
25
26
-
# Included Components
26
+
##Included technologies
27
27
28
28
*[IBM Watson Studio](https://www.ibm.com/cloud/watson-studio): Analyze data using RStudio, Jupyter, and Python in a configured, collaborative environment that includes IBM value-adds, such as managed Spark.
29
-
30
-
## Featured technologies
31
-
32
29
*[Jupyter Notebooks](https://jupyter.org/): An open-source web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text.
33
-
34
30
*[PixieDust](https://github.com/pixiedust/pixiedust) Python helper library for python notebooks
35
-
36
31
*[PixieApps](https://pixiedust.github.io/pixiedust/pixieapps.html): Python library used to write UI elements for analytics, and run them directly in a Jupyter notebook.
37
-
38
32
*[Mapbox GL](https://www.mapbox.com/mapbox-gl-js/api/): JavaScript library that uses WebGL to render interactive maps.
39
33
40
-
# Prerequisites
34
+
##Prerequisites
41
35
42
36
* An account on IBM Cloud to access [Watson Studio](https://www.ibm.com/cloud/watson-studio)
43
37
* Get a [Mapbox Token](https://www.mapbox.com/) for use in the notebook
44
38
45
-
# Steps
39
+
##Steps
46
40
47
41
Follow these steps to setup and run this Code Pattern. The steps are
48
42
described in detail below.
49
43
50
44
1.[Sign up for the Watson Studio](#1-sign-up-for-watson-studio)
51
45
2.[Create the notebook](#2-create-the-notebook)
52
46
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)
55
47
56
-
## 1. Sign up for Watson Studio
48
+
###1. Sign up for Watson Studio
57
49
58
50
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.
59
51
60
52
> Note: When creating your Object Storage service, select the ``Free`` storage type in order to avoid having to pay an upgrade fee.
61
53
62
-
##3. Create the notebook
54
+
### 2. Create the notebook
63
55
64
56
* 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`.
65
57
* 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.
@@ -72,7 +64,7 @@ Sign up for IBM's [Watson Studio](https://dataplatform.cloud.ibm.com/). By creat
***Artificial Intelligence Code Patterns**: Enjoyed this Code Pattern? Check out our other [AI Code Patterns](https://developer.ibm.com/technologies/artificial-intelligence/).
143
-
***Data Analytics Code Patterns**: Enjoyed this Code Pattern? Check out our other [Data Analytics Code Patterns](https://developer.ibm.com/technologies/data-science/)
144
-
***AI and Data Code Pattern Playlist**: Bookmark our [playlist](https://www.youtube.com/playlist?list=PLzUbsvIyrNfknNewObx5N7uGZ5FKH0Fde) with all of our Code Pattern videos
145
-
***With Watson**: Want to take your Watson app to the next level? Looking to utilize Watson Brand assets? [Join the With Watson program](https://www.ibm.com/watson/with-watson/) to leverage exclusive brand, marketing, and tech resources to amplify and accelerate your Watson embedded commercial solution.
146
-
***Watson Studio**: Master the art of data science with IBM's [Watson Studio](https://dataplatform.cloud.ibm.com/)
147
-
148
-
# License
99
+
## License
149
100
150
101
This code pattern is licensed under the Apache Software License, Version 2. Separate third party code objects invoked within this code pattern are licensed by their respective providers pursuant to their own separate licenses. Contributions are subject to the [Developer Certificate of Origin, Version 1.1 (DCO)](https://developercertificate.org/) and the [Apache Software License, Version 2](https://www.apache.org/licenses/LICENSE-2.0.txt).
0 commit comments