Skip to content

Commit

Permalink
Cut the div
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 16, 2022
1 parent ccf1bf3 commit f818847
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions jupyterlite/fast-python-notebook/notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@
"source": [
"# ~~First~~ Fast Python Notebook\n",
"\n",
"<div style=\"max-width: 640px\">\n",
"\n",
"An accelerated guide to analyzing data with the <a href=\"https://www.python.org/\">Python</a> programming language and a <a href=\"https://jupyter.org/\">Jupyter</a> notebook\n",
"\n",
"</div>\n",
" \n",
" \n",
"By [Ben Welsh](https://palewi.re/who-is-ben-welsh/)"
]
},
Expand All @@ -23,13 +19,9 @@
"id": "78f5946d-3e22-4eff-85a8-f066109c41b0",
"metadata": {},
"source": [
"<div style=\"max-width: 640px\">\n",
"\n",
"First developed in 2016, <a href=\"https://palewi.re/docs/first-python-notebook/\">\"First Python Notebook\"</a> is a tutorial that guides students through a data-driven investigation of money in California politics. It is most commonly taught as a six-hour, in-person class. This document is an abbreviated spinoff intended to be taught online in two to three hours.\n",
"\n",
"You will learn just enough of the Python computer programming language to work with the <a href=\"https://pandas.pydata.org/\">pandas</a> library, a popular open-source tool for analyzing data. The course will teach you how to read, filter, join, group, aggregate and rank structured data by recreating a helicopter accident analysis <a href=\"https://github.com/datadesk/helicopter-accident-analysis\">published by the Los Angeles Times</a>.\n",
" \n",
"</div>"
"You will learn just enough of the Python computer programming language to work with the <a href=\"https://pandas.pydata.org/\">pandas</a> library, a popular open-source tool for analyzing data. The course will teach you how to read, filter, join, group, aggregate and rank structured data by recreating a helicopter accident analysis <a href=\"https://github.com/datadesk/helicopter-accident-analysis\">published by the Los Angeles Times</a>."
]
},
{
Expand Down

0 comments on commit f818847

Please sign in to comment.