Skip to content

Commit 02f27c4

Browse files
committed
Automatically backed up by Learn
1 parent e6b2380 commit 02f27c4

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

index.ipynb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -217,18 +217,19 @@
217217
},
218218
{
219219
"cell_type": "code",
220-
"execution_count": 8,
220+
"execution_count": 1,
221221
"metadata": {},
222222
"outputs": [
223223
{
224-
"data": {
225-
"text/plain": [
226-
"'some value'"
227-
]
228-
},
229-
"execution_count": 8,
230-
"metadata": {},
231-
"output_type": "execute_result"
224+
"ename": "NameError",
225+
"evalue": "name 'friends' is not defined",
226+
"output_type": "error",
227+
"traceback": [
228+
"\u001b[0;31m\u001b[0m",
229+
"\u001b[0;31mNameError\u001b[0mTraceback (most recent call last)",
230+
"\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",
231+
"\u001b[0;31mNameError\u001b[0m: name 'friends' is not defined"
232+
]
232233
}
233234
],
234235
"source": [

0 commit comments

Comments
 (0)