Skip to content

Commit aaa2929

Browse files
committed
Modified
1 parent 8d91948 commit aaa2929

File tree

2 files changed

+20
-46
lines changed

2 files changed

+20
-46
lines changed

.ipynb_checkpoints/Break_Continue_statms-checkpoint.ipynb

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -100,34 +100,21 @@
100100
},
101101
{
102102
"cell_type": "code",
103-
"execution_count": 4,
103+
"execution_count": null,
104104
"id": "5c95e965-3ab5-40e3-b680-87401b30a987",
105105
"metadata": {},
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-
],
106+
"outputs": [],
128107
"source": [
129108
"!jupyter --version"
130109
]
110+
},
111+
{
112+
"cell_type": "code",
113+
"execution_count": null,
114+
"id": "e66a00c5-f380-4907-a6ae-b114c9561ad2",
115+
"metadata": {},
116+
"outputs": [],
117+
"source": []
131118
}
132119
],
133120
"metadata": {

Break_Continue_statms.ipynb

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -100,34 +100,21 @@
100100
},
101101
{
102102
"cell_type": "code",
103-
"execution_count": 4,
103+
"execution_count": null,
104104
"id": "5c95e965-3ab5-40e3-b680-87401b30a987",
105105
"metadata": {},
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-
],
106+
"outputs": [],
128107
"source": [
129108
"!jupyter --version"
130109
]
110+
},
111+
{
112+
"cell_type": "code",
113+
"execution_count": null,
114+
"id": "e66a00c5-f380-4907-a6ae-b114c9561ad2",
115+
"metadata": {},
116+
"outputs": [],
117+
"source": []
131118
}
132119
],
133120
"metadata": {

0 commit comments

Comments
 (0)