|
87 | 87 | }, |
88 | 88 | { |
89 | 89 | "cell_type": "code", |
90 | | - "execution_count": 17, |
| 90 | + "execution_count": null, |
91 | 91 | "metadata": {}, |
92 | | - "outputs": [ |
93 | | - { |
94 | | - "name": "stdout", |
95 | | - "output_type": "stream", |
96 | | - "text": [ |
97 | | - "1\n" |
98 | | - ] |
99 | | - } |
100 | | - ], |
| 92 | + "outputs": [], |
101 | 93 | "source": [ |
102 | 94 | "print(1)" |
103 | 95 | ] |
104 | 96 | }, |
105 | 97 | { |
106 | 98 | "cell_type": "code", |
107 | | - "execution_count": 18, |
| 99 | + "execution_count": null, |
108 | 100 | "metadata": {}, |
109 | | - "outputs": [ |
110 | | - { |
111 | | - "name": "stdout", |
112 | | - "output_type": "stream", |
113 | | - "text": [ |
114 | | - "Hello\n" |
115 | | - ] |
116 | | - } |
117 | | - ], |
| 101 | + "outputs": [], |
118 | 102 | "source": [ |
119 | 103 | "print(\"Hello\")" |
120 | 104 | ] |
121 | 105 | }, |
122 | 106 | { |
123 | 107 | "cell_type": "code", |
124 | | - "execution_count": 19, |
| 108 | + "execution_count": null, |
125 | 109 | "metadata": {}, |
126 | | - "outputs": [ |
127 | | - { |
128 | | - "name": "stdout", |
129 | | - "output_type": "stream", |
130 | | - "text": [ |
131 | | - "Hello World\n" |
132 | | - ] |
133 | | - } |
134 | | - ], |
| 110 | + "outputs": [], |
135 | 111 | "source": [ |
136 | 112 | "print(\"Hello World\")" |
137 | 113 | ] |
138 | 114 | }, |
139 | 115 | { |
140 | 116 | "cell_type": "code", |
141 | | - "execution_count": 20, |
| 117 | + "execution_count": null, |
142 | 118 | "metadata": {}, |
143 | | - "outputs": [ |
144 | | - { |
145 | | - "name": "stdout", |
146 | | - "output_type": "stream", |
147 | | - "text": [ |
148 | | - "6\n" |
149 | | - ] |
150 | | - } |
151 | | - ], |
| 119 | + "outputs": [], |
152 | 120 | "source": [ |
153 | 121 | "print(1 + 5)" |
154 | 122 | ] |
|
158 | 126 | "metadata": {}, |
159 | 127 | "source": [ |
160 | 128 | "<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", |
162 | 130 | "</div>\n", |
163 | 131 | "<div style=\"width: 90%\">\n", |
164 | 132 | " <p style=\"text-align: right; direction: rtl; float: right;\">\n", |
|
227 | 195 | "metadata": {}, |
228 | 196 | "source": [ |
229 | 197 | "<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", |
231 | 199 | "</div>\n", |
232 | 200 | "<div style=\"width: 90%\">\n", |
233 | 201 | " <p style=\"text-align: right; direction: rtl; float: right;\">\n", |
|
0 commit comments