Skip to content

Commit 65f792b

Browse files
committed
second attempte to fix numbers table
1 parent c3284d1 commit 65f792b

File tree

2 files changed

+18
-8
lines changed

2 files changed

+18
-8
lines changed

.ipynb_checkpoints/Numbers-checkpoint.ipynb

+9-4
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,20 @@
3737
"cell_type": "markdown",
3838
"metadata": {},
3939
"source": [
40-
"<table border = “1“>\n",
40+
"<table>\n",
4141
"<tr>\n",
42-
" <th>Examples</th> <th>Number \"Type\"</th>\n",
42+
" <th>Examples</th> \n",
43+
" <th>Number \"Type\"</th>\n",
4344
"</tr>\n",
45+
"\n",
4446
"<tr>\n",
45-
"<td>1,2,-5,1000</td> <td>Integers</td> \n",
47+
" <td>1,2,-5,1000</td>\n",
48+
" <td>Integers</td> \n",
4649
"</tr>\n",
50+
"\n",
4751
"<tr>\n",
48-
"<td>1.2,-0.5,2e2,3E2</td> <td>Floating-point numbers</td> \n",
52+
" <td>1.2,-0.5,2e2,3E2</td> \n",
53+
" <td>Floating-point numbers</td> \n",
4954
"</tr>\n",
5055
" </table>"
5156
]

Numbers.ipynb

+9-4
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,20 @@
3737
"cell_type": "markdown",
3838
"metadata": {},
3939
"source": [
40-
"<table border = “1“>\n",
40+
"<table>\n",
4141
"<tr>\n",
42-
" <th>Examples</th> <th>Number \"Type\"</th>\n",
42+
" <th>Examples</th> \n",
43+
" <th>Number \"Type\"</th>\n",
4344
"</tr>\n",
45+
"\n",
4446
"<tr>\n",
45-
"<td>1,2,-5,1000</td> <td>Integers</td> \n",
47+
" <td>1,2,-5,1000</td>\n",
48+
" <td>Integers</td> \n",
4649
"</tr>\n",
50+
"\n",
4751
"<tr>\n",
48-
"<td>1.2,-0.5,2e2,3E2</td> <td>Floating-point numbers</td> \n",
52+
" <td>1.2,-0.5,2e2,3E2</td> \n",
53+
" <td>Floating-point numbers</td> \n",
4954
"</tr>\n",
5055
" </table>"
5156
]

0 commit comments

Comments
 (0)