You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/0b_anaconda.ipynb
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{
2
2
"cells": [
3
3
{
4
+
"attachments": {},
4
5
"cell_type": "markdown",
5
6
"metadata": {},
6
7
"source": [
@@ -16,6 +17,7 @@
16
17
]
17
18
},
18
19
{
20
+
"attachments": {},
19
21
"cell_type": "markdown",
20
22
"metadata": {},
21
23
"source": [
@@ -52,6 +54,16 @@
52
54
]
53
55
},
54
56
{
57
+
"cell_type": "code",
58
+
"execution_count": null,
59
+
"metadata": {},
60
+
"outputs": [],
61
+
"source": [
62
+
"pd.set_option(\"mode.copy_on_write\", True)"
63
+
]
64
+
},
65
+
{
66
+
"attachments": {},
55
67
"cell_type": "markdown",
56
68
"metadata": {},
57
69
"source": [
@@ -76,13 +88,15 @@
76
88
]
77
89
},
78
90
{
91
+
"attachments": {},
79
92
"cell_type": "markdown",
80
93
"metadata": {},
81
94
"source": [
82
95
"Note that to find the contents of this attribute `executable` within the `sys` package, we have to use the package namespace `sys`. Most about namespaces below."
83
96
]
84
97
},
85
98
{
99
+
"attachments": {},
86
100
"cell_type": "markdown",
87
101
"metadata": {},
88
102
"source": [
@@ -107,6 +121,7 @@
107
121
]
108
122
},
109
123
{
124
+
"attachments": {},
110
125
"cell_type": "markdown",
111
126
"metadata": {},
112
127
"source": [
@@ -124,6 +139,7 @@
124
139
]
125
140
},
126
141
{
142
+
"attachments": {},
127
143
"cell_type": "markdown",
128
144
"metadata": {},
129
145
"source": [
@@ -140,13 +156,15 @@
140
156
]
141
157
},
142
158
{
159
+
"attachments": {},
143
160
"cell_type": "markdown",
144
161
"metadata": {},
145
162
"source": [
146
163
"Note that we see the `sys` and `pd` packages that we imported, and we also see the `TextBlob` class that we imported from its package."
147
164
]
148
165
},
149
166
{
167
+
"attachments": {},
150
168
"cell_type": "markdown",
151
169
"metadata": {},
152
170
"source": [
@@ -166,6 +184,7 @@
166
184
]
167
185
},
168
186
{
187
+
"attachments": {},
169
188
"cell_type": "markdown",
170
189
"metadata": {},
171
190
"source": [
@@ -179,6 +198,7 @@
179
198
]
180
199
},
181
200
{
201
+
"attachments": {},
182
202
"cell_type": "markdown",
183
203
"metadata": {},
184
204
"source": [
@@ -195,6 +215,7 @@
195
215
]
196
216
},
197
217
{
218
+
"attachments": {},
198
219
"cell_type": "markdown",
199
220
"metadata": {},
200
221
"source": [
@@ -219,6 +240,7 @@
219
240
]
220
241
},
221
242
{
243
+
"attachments": {},
222
244
"cell_type": "markdown",
223
245
"metadata": {},
224
246
"source": [
@@ -261,6 +283,7 @@
261
283
]
262
284
},
263
285
{
286
+
"attachments": {},
264
287
"cell_type": "markdown",
265
288
"metadata": {},
266
289
"source": [
@@ -285,6 +308,7 @@
285
308
]
286
309
},
287
310
{
311
+
"attachments": {},
288
312
"cell_type": "markdown",
289
313
"metadata": {},
290
314
"source": [
@@ -298,6 +322,7 @@
298
322
]
299
323
},
300
324
{
325
+
"attachments": {},
301
326
"cell_type": "markdown",
302
327
"metadata": {},
303
328
"source": [
@@ -340,6 +365,7 @@
340
365
]
341
366
},
342
367
{
368
+
"attachments": {},
343
369
"cell_type": "markdown",
344
370
"metadata": {},
345
371
"source": [
@@ -397,13 +423,15 @@
397
423
]
398
424
},
399
425
{
426
+
"attachments": {},
400
427
"cell_type": "markdown",
401
428
"metadata": {},
402
429
"source": [
403
430
"For many examples of really cool vizualizations that are easy to do (and have code samples), see the [plotly express documentation](https://plot.ly/python/plotly-express/)."
0 commit comments