Skip to content

Commit 54641a5

Browse files
authored
Merge pull request #3 from PythonFreeCourse/week1
svg => png in notebook, clear outputs
2 parents caeb050 + 5e7afcf commit 54641a5

File tree

1 file changed

+10
-42
lines changed

1 file changed

+10
-42
lines changed

week1/1_Strings_and_Output.ipynb

Lines changed: 10 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -87,68 +87,36 @@
8787
},
8888
{
8989
"cell_type": "code",
90-
"execution_count": 17,
90+
"execution_count": null,
9191
"metadata": {},
92-
"outputs": [
93-
{
94-
"name": "stdout",
95-
"output_type": "stream",
96-
"text": [
97-
"1\n"
98-
]
99-
}
100-
],
92+
"outputs": [],
10193
"source": [
10294
"print(1)"
10395
]
10496
},
10597
{
10698
"cell_type": "code",
107-
"execution_count": 18,
99+
"execution_count": null,
108100
"metadata": {},
109-
"outputs": [
110-
{
111-
"name": "stdout",
112-
"output_type": "stream",
113-
"text": [
114-
"Hello\n"
115-
]
116-
}
117-
],
101+
"outputs": [],
118102
"source": [
119103
"print(\"Hello\")"
120104
]
121105
},
122106
{
123107
"cell_type": "code",
124-
"execution_count": 19,
108+
"execution_count": null,
125109
"metadata": {},
126-
"outputs": [
127-
{
128-
"name": "stdout",
129-
"output_type": "stream",
130-
"text": [
131-
"Hello World\n"
132-
]
133-
}
134-
],
110+
"outputs": [],
135111
"source": [
136112
"print(\"Hello World\")"
137113
]
138114
},
139115
{
140116
"cell_type": "code",
141-
"execution_count": 20,
117+
"execution_count": null,
142118
"metadata": {},
143-
"outputs": [
144-
{
145-
"name": "stdout",
146-
"output_type": "stream",
147-
"text": [
148-
"6\n"
149-
]
150-
}
151-
],
119+
"outputs": [],
152120
"source": [
153121
"print(1 + 5)"
154122
]
@@ -158,7 +126,7 @@
158126
"metadata": {},
159127
"source": [
160128
"<div style=\"width: 10%; text-align: right; direction: rtl; float: right;\">\n",
161-
" <img src=\"images/warning.svg\" style=\"display: flex; align-items: center; justify-content: center; height: 50px !important;\" alt=\"אזהרה!\"> \n",
129+
" <img src=\"images/warning.png\" style=\"display: flex; align-items: center; justify-content: center; height: 50px !important;\" alt=\"אזהרה!\"> \n",
162130
"</div>\n",
163131
"<div style=\"width: 90%\">\n",
164132
" <p style=\"text-align: right; direction: rtl; float: right;\">\n",
@@ -227,7 +195,7 @@
227195
"metadata": {},
228196
"source": [
229197
"<div style=\"width: 10%; text-align: right; direction: rtl; float: right;\">\n",
230-
" <img src=\"images/warning.svg\" style=\"display: flex; align-items: center; justify-content: center; height: 50px !important;\" alt=\"אזהרה!\"> \n",
198+
" <img src=\"images/warning.png\" style=\"display: flex; align-items: center; justify-content: center; height: 50px !important;\" alt=\"אזהרה!\"> \n",
231199
"</div>\n",
232200
"<div style=\"width: 90%\">\n",
233201
" <p style=\"text-align: right; direction: rtl; float: right;\">\n",

0 commit comments

Comments
 (0)