Skip to content

Commit e8e0700

Browse files
Atualiza Repo
1 parent b266d2f commit e8e0700

File tree

2 files changed

+5
-46
lines changed

2 files changed

+5
-46
lines changed

Cap01/DSA-Python-Cap01-ComoUtilizarJupyterNotebook.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,7 @@
1212
"cell_type": "code",
1313
"execution_count": 1,
1414
"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": [],
2416
"source": [
2517
"# Versão da Linguagem Python\n",
2618
"from platform import python_version\n",
@@ -90,7 +82,7 @@
9082
" "
9183
],
9284
"text/plain": [
93-
"<IPython.lib.display.IFrame at 0x10e2c1650>"
85+
"<IPython.lib.display.IFrame at 0x7fea680032d0>"
9486
]
9587
},
9688
"execution_count": 4,

Cap01/JupyterNotebook-ManualUsuario.ipynb

Lines changed: 3 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -249,18 +249,7 @@
249249
"metadata": {
250250
"format": "row"
251251
},
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": [],
264253
"source": [
265254
"2 + 3"
266255
]
@@ -285,18 +274,7 @@
285274
"metadata": {
286275
"format": "tab"
287276
},
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": [],
300278
"source": [
301279
"2+3"
302280
]
@@ -321,18 +299,7 @@
321299
"metadata": {
322300
"format": "column"
323301
},
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": [],
336303
"source": [
337304
"2+3"
338305
]

0 commit comments

Comments
 (0)