Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit fcd98b3

Browse files
authored
Merge pull request #38 from IBM/dsx_update
renaming DSX to watson studio
2 parents b88b559 + 2ea1e2a commit fcd98b3

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

README.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Visualize and analyze San Francisco traffic accidents using a Jupyter Notebook, PixieDust, and PixieApps
22

3-
In this Code Pattern we will use PixieDust running on IBM Data Science Experience (DSX) to analyze traffic data from the City of San Francisco. DSX is an interactive, collaborative, cloud-based environment where data scientists, developers, and others interested in data science can use tools (e.g., RStudio, Jupyter Notebooks, Spark, etc.) to collaborate, share, and gather insight from their data.
3+
> Data Science Experience is now Watson Studio. Although some images in this code pattern may show the service as Data Science Experience, the steps and processes will still work.
4+
5+
In this Code Pattern we will use PixieDust running on IBM Watson Studio to analyze traffic data from the City of San Francisco. Watson Studio is an interactive, collaborative, cloud-based environment where data scientists, developers, and others interested in data science can use tools (e.g., RStudio, Jupyter Notebooks, Spark, etc.) to collaborate, share, and gather insight from their data.
46

57
When the reader has completed this Code Pattern, they will understand how to:
68

79
* Use [Jupyter Notebooks](http://jupyter.org/) to load, visualize, and analyze data
8-
* Run Notebooks in [IBM Data Science Experience](https://datascience.ibm.com/)
10+
* Run Notebooks in [IBM Watson Studio](https://dataplatform.ibm.com/)
911
* Leverage [PixieDust](https://github.com/ibm-cds-labs/pixiedust) as a python notebook helper
1012
* Build a dashboard using [PixieApps](https://ibm-watson-data-lab.github.io/pixiedust/pixieapps.html)
1113
* Fetch data from [City of San Francisco Open Data](https://datasf.org/opendata/)
1214
* Create an interactive map with [Mapbox GL](https://www.mapbox.com/mapbox-gl-js/api/)
1315

1416
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.
1517

16-
![](https://github.com/IBM/pixiedust-traffic-analysis/blob/master/doc/source/images/architecture.png)
18+
![](doc/source/images/architecture.png)
1719

1820
# Flow
1921

@@ -24,7 +26,7 @@ The intended audience for this Code Pattern is application developers and other
2426

2527
# Included Components
2628

27-
* [IBM Data Science Experience](https://www.ibm.com/bs-en/marketplace/data-science-experience): Analyze data using RStudio, Jupyter, and Python in a configured, collaborative environment that includes IBM value-adds, such as managed Spark.
29+
* [IBM Watson Studio](https://www.ibm.com/bs-en/marketplace/data-science-experience): Analyze data using RStudio, Jupyter, and Python in a configured, collaborative environment that includes IBM value-adds, such as managed Spark.
2830

2931
## Featured technologies
3032

@@ -45,29 +47,29 @@ The intended audience for this Code Pattern is application developers and other
4547
Follow these steps to setup and run this Code Pattern. The steps are
4648
described in detail below.
4749

48-
1. [Sign up for the Data Science Experience](#1-sign-up-for-the-data-science-experience)
50+
1. [Sign up for the Watson Studio](#1-sign-up-for-watson-studio)
4951
2. [Create the notebook](#2-create-the-notebook)
5052
3. [Run the notebook](#3-run-the-notebook)
5153
4. [Analyze the results](#4-analyze-the-results)
5254
5. [Save and Share](#5-save-and-share)
5355

54-
## 1. Sign up for the Data Science Experience
56+
## 1. Sign up for Watson Studio
5557

56-
Sign up for IBM's [Data Science Experience](http://datascience.ibm.com/). By signing up for the Data Science Experience, two services: ``DSX-Spark`` and ``DSX-ObjectStore`` will be created in your IBM Cloud account.
58+
Sign up for IBM's [Watson Studio](https://dataplatform.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.
5759

58-
## 2. Create the notebook
60+
> Note: When creating your Object Storage service, select the ``Free`` storage type in order to avoid having to pay an upgrade fee.
5961
60-
Create the Project:
61-
* From the [IBM Data Science Experience page](https://apsportal.ibm.com/analytics) either click the ``Get Started`` tab at the top or scroll down to ``Recently updated projects``.
62-
* Click on ``+ Create Project`` or ``+ New Project`` under Recently updated projects.
63-
* Choose a ``Name`` and, optionally, a ``Description``. Accept the default ``DSX-Spark`` for Spark Service, ``Object Storage `` for Storage Type, and ``DSX-ObjectStorage`` for Target Object Storage Instance.
64-
* Click ``Create``.
62+
## 2. Create the notebook
6563

66-
Create the Notebook:
67-
* In you project, click ``+ add to project`` -> ``notebook``.
68-
* Click the tab for ``From URL`` and enter a ``Name`` and optional ``Description``.
69-
* In the ``Notebook URL`` box put: https://github.com/IBM/pixiedust-traffic-analysis/blob/master/notebooks/pixiedust-traffic-analysis.ipynb
70-
* Accept the default ``DSX-Spark`` for Spark Service and click ``Create Notebook``.
64+
* In [Watson Studio](https://dataplatform.ibm.com), click on `Create notebook` to create a notebook.
65+
* Create a project if necessary, provisioning an object storage service if required.
66+
* In the `Assets` tab, select the `Create notebook` option.
67+
* Select the `From URL` tab.
68+
* Enter a name for the notebook.
69+
* Optionally, enter a description for the notebook.
70+
* Enter this Notebook URL: https://github.com/IBM/pixiedust-traffic-analysis/blob/master/notebooks/pixiedust-traffic-analysis.ipynb
71+
* Select the free Anaconda runtime.
72+
* Click the `Create` button.
7173

7274
![](doc/source/images/create_notebook.png)
7375

@@ -303,7 +305,7 @@ There is a sample of the output in [data/examples/pixiedust-traffic-analysis.htm
303305
* **Data Analytics Code Patterns**: Enjoyed this Code Pattern? Check out our other [Data Analytics Code Patterns](https://developer.ibm.com/code/technologies/data-science/)
304306
* **AI and Data Code Pattern Playlist**: Bookmark our [playlist](https://www.youtube.com/playlist?list=PLzUbsvIyrNfknNewObx5N7uGZ5FKH0Fde) with all of our Code Pattern videos
305307
* **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.
306-
* **Data Science Experience**: Master the art of data science with IBM's [Data Science Experience](https://datascience.ibm.com/)
308+
* **Watson Studio**: Master the art of data science with IBM's [Watson Studio](https://dataplatform.ibm.com/)
307309

308310
# License
309311

0 commit comments

Comments
 (0)