Skip to content

Commit

Permalink
experimenting with full-width tags
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lippert committed May 30, 2024
1 parent a2ac088 commit c324669
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 26 deletions.
56 changes: 42 additions & 14 deletions fire-101/fire-overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"# Set Your Money on FIRE\n",
Expand All @@ -19,20 +21,35 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 3,
"metadata": {
"editable": true,
"scrolled": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"hide-input"
"hide-input",
"full-width"
]
},
"outputs": [],
"outputs": [
{
"data": {
"text/html": [
"<style>.container { width:70% !important; }</style>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"from IPython.display import YouTubeVideo, display"
"from IPython.display import YouTubeVideo, display, HTML\n",
"display(HTML(\"<style>.container { width:70% !important; }</style>\"))"
]
},
{
Expand All @@ -42,23 +59,26 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"# FIRE Overview"
]
},
{
"cell_type": "code",
"execution_count": 33,
"execution_count": 4,
"metadata": {
"editable": true,
"scrolled": true,
"slideshow": {
"slide_type": ""
},
"tags": [
"hide-input"
"hide-input",
"full-width"
]
},
"outputs": [
Expand All @@ -78,10 +98,10 @@
" "
],
"text/plain": [
"<IPython.lib.display.YouTubeVideo at 0x130bd8070>"
"<IPython.lib.display.YouTubeVideo at 0x122414100>"
]
},
"execution_count": 33,
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -98,7 +118,9 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"## How to become financially independent\n",
Expand All @@ -117,7 +139,9 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"<br>\n",
Expand All @@ -133,7 +157,9 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"## Why should you trust me or any other financial advisor for that matter?\n",
Expand All @@ -151,7 +177,9 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"<br>\n",
Expand Down
25 changes: 13 additions & 12 deletions fire-101/mentimeter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"# Mentimeter polls\n",
Expand All @@ -27,7 +29,8 @@
"slide_type": ""
},
"tags": [
"hide-input"
"hide-input",
"full-width"
]
},
"outputs": [],
Expand All @@ -44,7 +47,8 @@
"slide_type": ""
},
"tags": [
"hide-input"
"hide-input",
"full-width"
]
},
"outputs": [
Expand Down Expand Up @@ -74,7 +78,9 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"<br>\n",
Expand All @@ -91,19 +97,14 @@
"slideshow": {
"slide_type": ""
},
"tags": []
"tags": [
"full-width"
]
},
"source": [
"## Citations\n",
"Cumby, James & Degiacomi, Matteo & Erastova, Valentina & Guven, Jonna & Hobday, Claire & Mey, Antonia & Pollak, Hannah & Szabla, Rafał. (2023). Course Materials for an Introduction to Data-Driven Chemistry. Journal of Open Source Education. 6. 192. 10.21105/jose.00192. "
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit c324669

Please sign in to comment.