Skip to content

Commit 536535c

Browse files
committed
Modified
1 parent 727c7f5 commit 536535c

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.ipynb_checkpoints/errors_exceptions-checkpoint.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,24 @@
259259
"source": [
260260
"!jupyter --version"
261261
]
262+
},
263+
{
264+
"cell_type": "code",
265+
"execution_count": 2,
266+
"id": "bae66050-0a8c-4b20-bfc1-c0e55788b43f",
267+
"metadata": {},
268+
"outputs": [
269+
{
270+
"name": "stdout",
271+
"output_type": "stream",
272+
"text": [
273+
"Python 3.8.20\n"
274+
]
275+
}
276+
],
277+
"source": [
278+
"!python --version"
279+
]
262280
}
263281
],
264282
"metadata": {

errors_exceptions.ipynb

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,24 @@
259259
"source": [
260260
"!jupyter --version"
261261
]
262+
},
263+
{
264+
"cell_type": "code",
265+
"execution_count": 2,
266+
"id": "bae66050-0a8c-4b20-bfc1-c0e55788b43f",
267+
"metadata": {},
268+
"outputs": [
269+
{
270+
"name": "stdout",
271+
"output_type": "stream",
272+
"text": [
273+
"Python 3.8.20\n"
274+
]
275+
}
276+
],
277+
"source": [
278+
"!python --version"
279+
]
262280
}
263281
],
264282
"metadata": {

0 commit comments

Comments
 (0)