Skip to content

Commit 3cdc5ce

Browse files
committed
Remove linux_distribution from platform examples
1 parent d994cb7 commit 3cdc5ce

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

hands-on/system_information.ipynb

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"cell_type": "code",
29-
"execution_count": null,
29+
"execution_count": 1,
3030
"metadata": {},
3131
"outputs": [],
3232
"source": [
@@ -152,15 +152,6 @@
152152
"platform.version()"
153153
]
154154
},
155-
{
156-
"cell_type": "code",
157-
"execution_count": null,
158-
"metadata": {},
159-
"outputs": [],
160-
"source": [
161-
"platform.linux_distribution()"
162-
]
163-
},
164155
{
165156
"cell_type": "code",
166157
"execution_count": null,
@@ -233,9 +224,7 @@
233224
{
234225
"cell_type": "code",
235226
"execution_count": null,
236-
"metadata": {
237-
"scrolled": false
238-
},
227+
"metadata": {},
239228
"outputs": [],
240229
"source": [
241230
"for process in psutil.process_iter():\n",
@@ -432,7 +421,7 @@
432421
],
433422
"metadata": {
434423
"kernelspec": {
435-
"display_name": "Python 3",
424+
"display_name": "Python 3 (ipykernel)",
436425
"language": "python",
437426
"name": "python3"
438427
},
@@ -446,9 +435,9 @@
446435
"name": "python",
447436
"nbconvert_exporter": "python",
448437
"pygments_lexer": "ipython3",
449-
"version": "3.7.5"
438+
"version": "3.9.6"
450439
}
451440
},
452441
"nbformat": 4,
453-
"nbformat_minor": 2
442+
"nbformat_minor": 4
454443
}

0 commit comments

Comments
 (0)