File tree Expand file tree Collapse file tree 2 files changed +5
-46
lines changed Expand file tree Collapse file tree 2 files changed +5
-46
lines changed Original file line number Diff line number Diff line change 12
12
"cell_type" : " code" ,
13
13
"execution_count" : 1 ,
14
14
"metadata" : {},
15
- "outputs" : [
16
- {
17
- "name" : " stdout" ,
18
- "output_type" : " stream" ,
19
- "text" : [
20
- " Versão da Linguagem Python Usada Neste Jupyter Notebook: 3.7.6\n "
21
- ]
22
- }
23
- ],
15
+ "outputs" : [],
24
16
"source" : [
25
17
" # Versão da Linguagem Python\n " ,
26
18
" from platform import python_version\n " ,
90
82
" "
91
83
],
92
84
"text/plain" : [
93
- " <IPython.lib.display.IFrame at 0x10e2c1650 >"
85
+ " <IPython.lib.display.IFrame at 0x7fea680032d0 >"
94
86
]
95
87
},
96
88
"execution_count" : 4 ,
Original file line number Diff line number Diff line change 249
249
"metadata" : {
250
250
"format" : " row"
251
251
},
252
- "outputs" : [
253
- {
254
- "data" : {
255
- "text/plain" : [
256
- " 5"
257
- ]
258
- },
259
- "execution_count" : 1 ,
260
- "metadata" : {},
261
- "output_type" : " execute_result"
262
- }
263
- ],
252
+ "outputs" : [],
264
253
"source" : [
265
254
" 2 + 3"
266
255
]
285
274
"metadata" : {
286
275
"format" : " tab"
287
276
},
288
- "outputs" : [
289
- {
290
- "data" : {
291
- "text/plain" : [
292
- " 5"
293
- ]
294
- },
295
- "execution_count" : 2 ,
296
- "metadata" : {},
297
- "output_type" : " execute_result"
298
- }
299
- ],
277
+ "outputs" : [],
300
278
"source" : [
301
279
" 2+3"
302
280
]
321
299
"metadata" : {
322
300
"format" : " column"
323
301
},
324
- "outputs" : [
325
- {
326
- "data" : {
327
- "text/plain" : [
328
- " 5"
329
- ]
330
- },
331
- "execution_count" : 3 ,
332
- "metadata" : {},
333
- "output_type" : " execute_result"
334
- }
335
- ],
302
+ "outputs" : [],
336
303
"source" : [
337
304
" 2+3"
338
305
]
You can’t perform that action at this time.
0 commit comments