Skip to content

Commit

Permalink
Automatically backed up by Learn
Browse files Browse the repository at this point in the history
  • Loading branch information
fwalcott committed Jan 9, 2020
1 parent e6b2380 commit 02f27c4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -217,18 +217,19 @@
},
{
"cell_type": "code",
"execution_count": 8,
"execution_count": 1,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"'some value'"
]
},
"execution_count": 8,
"metadata": {},
"output_type": "execute_result"
"ename": "NameError",
"evalue": "name 'friends' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m\u001b[0m",
"\u001b[0;31mNameError\u001b[0mTraceback (most recent call last)",
"\u001b[0;32m<ipython-input-1-dca94740e956>\u001b[0m in \u001b[0;36m<module>\u001b[0;34m\u001b[0m\n\u001b[0;32m----> 1\u001b[0;31m \u001b[0mfriends\u001b[0m\u001b[0;34m[\u001b[0m\u001b[0;36m14\u001b[0m\u001b[0;34m]\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m",
"\u001b[0;31mNameError\u001b[0m: name 'friends' is not defined"
]
}
],
"source": [
Expand Down

0 comments on commit 02f27c4

Please sign in to comment.