Skip to content

Commit 2817adc

Browse files
committed
Modified
1 parent 405847a commit 2817adc

File tree

2 files changed

+46
-20
lines changed

2 files changed

+46
-20
lines changed

.ipynb_checkpoints/Break_Continue_statms-checkpoint.ipynb

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,34 @@
100100
},
101101
{
102102
"cell_type": "code",
103-
"execution_count": null,
103+
"execution_count": 1,
104104
"id": "5c95e965-3ab5-40e3-b680-87401b30a987",
105105
"metadata": {},
106-
"outputs": [],
106+
"outputs": [
107+
{
108+
"name": "stdout",
109+
"output_type": "stream",
110+
"text": [
111+
"Selected Jupyter core packages...\n",
112+
"IPython : 8.12.2\n",
113+
"ipykernel : 6.29.5\n",
114+
"ipywidgets : 8.1.5\n",
115+
"jupyter_client : 8.6.0\n",
116+
"jupyter_core : 5.7.2\n",
117+
"jupyter_server : 2.14.1\n",
118+
"jupyterlab : 4.2.5\n",
119+
"nbclient : 0.8.0\n",
120+
"nbconvert : 7.16.4\n",
121+
"nbformat : 5.10.4\n",
122+
"notebook : 7.2.2\n",
123+
"qtconsole : not installed\n",
124+
"traitlets : 5.14.3\n"
125+
]
126+
}
127+
],
107128
"source": [
108129
"!jupyter --version"
109130
]
110-
},
111-
{
112-
"cell_type": "code",
113-
"execution_count": null,
114-
"id": "b3547e6f-a0e7-411c-9a69-7b2305ba4e52",
115-
"metadata": {},
116-
"outputs": [],
117-
"source": []
118131
}
119132
],
120133
"metadata": {

Break_Continue_statms.ipynb

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,34 @@
100100
},
101101
{
102102
"cell_type": "code",
103-
"execution_count": null,
103+
"execution_count": 1,
104104
"id": "5c95e965-3ab5-40e3-b680-87401b30a987",
105105
"metadata": {},
106-
"outputs": [],
106+
"outputs": [
107+
{
108+
"name": "stdout",
109+
"output_type": "stream",
110+
"text": [
111+
"Selected Jupyter core packages...\n",
112+
"IPython : 8.12.2\n",
113+
"ipykernel : 6.29.5\n",
114+
"ipywidgets : 8.1.5\n",
115+
"jupyter_client : 8.6.0\n",
116+
"jupyter_core : 5.7.2\n",
117+
"jupyter_server : 2.14.1\n",
118+
"jupyterlab : 4.2.5\n",
119+
"nbclient : 0.8.0\n",
120+
"nbconvert : 7.16.4\n",
121+
"nbformat : 5.10.4\n",
122+
"notebook : 7.2.2\n",
123+
"qtconsole : not installed\n",
124+
"traitlets : 5.14.3\n"
125+
]
126+
}
127+
],
107128
"source": [
108129
"!jupyter --version"
109130
]
110-
},
111-
{
112-
"cell_type": "code",
113-
"execution_count": null,
114-
"id": "b3547e6f-a0e7-411c-9a69-7b2305ba4e52",
115-
"metadata": {},
116-
"outputs": [],
117-
"source": []
118131
}
119132
],
120133
"metadata": {

0 commit comments

Comments
 (0)