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

Commit b6cfcb5

Browse files
committed
Update instructions for new Object Storage.
Changes for new object storage. Fix command for pip upgrade (`-u` is incorrect, use `--upgrade`). Closes: #34 Closes: #35
1 parent 43b9034 commit b6cfcb5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ Sign up for IBM's [Data Science Experience](http://datascience.ibm.com/). By sig
6060
Create the Project:
6161
* 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``.
6262
* 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 (Swift API)`` for Storage Type, and ``DSX-ObjectStorage`` for Target Object Storage Instance.
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.
6464
* Click ``Create``.
6565

6666
Create the Notebook:
67-
* In you project, click ``add notebooks``.
67+
* In you project, click ``+ add to project`` -> ``notebook``.
6868
* Click the tab for ``From URL`` and enter a ``Name`` and optional ``Description``.
6969
* In the ``Notebook URL`` box put: https://github.com/IBM/pixiedust-traffic-analysis/blob/master/notebooks/pixiedust-traffic-analysis.ipynb
7070
* Accept the default ``DSX-Spark`` for Spark Service and click ``Create Notebook``.

doc/source/images/architecture.png

-260 KB
Loading

notebooks/pixiedust-traffic-analysis.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"metadata": {},
6666
"outputs": [],
6767
"source": [
68-
"!pip install -u bokeh==0.12.6"
68+
"!pip install --upgrade bokeh==0.12.6"
6969
]
7070
},
7171
{

0 commit comments

Comments
 (0)