Skip to content

Commit

Permalink
clean up Question formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
augustopher committed Aug 9, 2023
1 parent da836bb commit 60e4d15
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
14 changes: 8 additions & 6 deletions notebooks/03-Packages-Modules-Function.ipynb
Expand Up @@ -294,9 +294,10 @@
}
},
"source": [
"<font class=\"question\">\n",
" <strong>Question</strong>:<br><em>What is the type of `pd`? Guess before you run the code below.</em>\n",
"</font>"
"<div class=\"admonition tip alert alert-warning\">\n",
" <b><p class=\"first admonition-title\" style=\"font-weight: bold\">Question</p></b>\n",
" <p>What is the type of <code>pd</code>? Guess before you run the code below.</p>\n",
"</div>"
]
},
{
Expand Down Expand Up @@ -1257,9 +1258,10 @@
}
},
"source": [
"<font class=\"question\">\n",
" <strong>Question</strong>:<br><em>Does this result make sense? What would happen if you added parens? i.e. </em><code>type(df.describe())</code>\n",
"</font>"
"<div class=\"admonition tip alert alert-warning\">\n",
" <b><p class=\"first admonition-title\" style=\"font-weight: bold\">Question</p></b>\n",
" <p>Does this result make sense? What would happen if you added parens? i.e. <code>type(df.describe())</code></p>\n",
"</div>"
]
},
{
Expand Down
7 changes: 4 additions & 3 deletions notebooks/08-Summarizing-Data.ipynb
Expand Up @@ -1555,9 +1555,10 @@
}
},
"source": [
"<font class=\"question\">\n",
" <strong>Question</strong>:<br><em>What is missing from the above result?</em>\n",
"</font>"
"<div class=\"admonition tip alert alert-warning\">\n",
" <b><p class=\"first admonition-title\" style=\"font-weight: bold\">Question</p></b>\n",
" <p>What is missing from the above result?</p>\n",
"</div>"
]
},
{
Expand Down

0 comments on commit 60e4d15

Please sign in to comment.