We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3977a commit 046fb50Copy full SHA for 046fb50
Untitled.ipynb
@@ -19,10 +19,43 @@
19
},
20
{
21
"cell_type": "code",
22
- "execution_count": null,
+ "execution_count": 3,
23
"metadata": {},
24
- "outputs": [],
25
- "source": []
+ "outputs": [
+ {
26
+ "data": {
27
+ "text/plain": [
28
+ "{'key1': 'item1', 'key2': 'item2'}"
29
+ ]
30
+ },
31
32
+ "metadata": {},
33
+ "output_type": "execute_result"
34
+ }
35
+ ],
36
+ "source": [
37
+ "d"
38
39
40
41
+ "cell_type": "code",
42
+ "execution_count": 4,
43
44
45
46
47
48
+ "'item1'"
49
50
51
52
53
54
55
56
57
+ "d['key1']"
58
59
}
60
],
61
"metadata": {
0 commit comments