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

Commit 888cf4e

Browse files
authored
Merge pull request #7 from IBM/addCells
Add cells for license and pip install/upgrade pixiedust.
2 parents a1f6330 + 8246962 commit 888cf4e

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

notebooks/pixiedust-traffic-analysis.ipynb

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,42 @@
2525
"<br/>\n"
2626
]
2727
},
28+
{
29+
"cell_type": "code",
30+
"execution_count": null,
31+
"metadata": {
32+
"collapsed": true
33+
},
34+
"outputs": [],
35+
"source": [
36+
"# Licensed under the Apache License, Version 2.0 (the \"License\"); you may\n",
37+
"# not use this file except in compliance with the License. You may obtain\n",
38+
"# a copy of the License at\n",
39+
"#\n",
40+
"# http://www.apache.org/licenses/LICENSE-2.0\n",
41+
"#\n",
42+
"# Unless required by applicable law or agreed to in writing, software\n",
43+
"# distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\n",
44+
"# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the\n",
45+
"# License for the specific language governing permissions and limitations\n",
46+
"# under the License."
47+
]
48+
},
49+
{
50+
"cell_type": "code",
51+
"execution_count": null,
52+
"metadata": {
53+
"collapsed": true
54+
},
55+
"outputs": [],
56+
"source": [
57+
"# We install the prerequisites using the `!pip install` syntax here.\n",
58+
"# In some cases, running pip install from a notebook may require a one-time kernel restart. Check the output for messages.\n",
59+
"# If instructed to restart the kernel, from the notebook toolbar menu: • Go to > Kernel > Restart • Click Restart in the confirmation dialog\n",
60+
"# Note: The status of the kernel briefly flashes near the upper right corner, alerting when it is Not Connected, Restarting, Ready, etc. \n",
61+
"!pip install --upgrade pixiedust"
62+
]
63+
},
2864
{
2965
"cell_type": "code",
3066
"execution_count": null,

0 commit comments

Comments
 (0)