diff --git a/Introduction-to-Pandas--slides.html b/Introduction-to-Pandas--slides.html index c29907e8ae5b8711833abe1f36a9339d101c79fb..75e1315c3eb004cffb26fe37c365ea3f0d52f958 100644 --- a/Introduction-to-Pandas--slides.html +++ b/Introduction-to-Pandas--slides.html @@ -14662,8 +14662,7 @@ div.jp-OutputPrompt { </div> <div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt"> </div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput celltag_task" data-mime-type="text/markdown"> -<h1 id="Data-Analysis-and-Plotting-in-Python-with-Pandas">Data Analysis and Plotting in Python with Pandas<a class="anchor-link" href="#Data-Analysis-and-Plotting-in-Python-with-Pandas">¶</a></h1><p><em>Andreas Herten, Jülich Supercomputing Centre, Forschungszentrum Jülich, 2 May 2022</em></p> -<p><span style="color: var(--color-fzjorange)">JSC-internal Special Edition</span></p> +<h1 id="Data-Analysis-and-Plotting-in-Python-with-Pandas">Data Analysis and Plotting in Python with Pandas<a class="anchor-link" href="#Data-Analysis-and-Plotting-in-Python-with-Pandas">¶</a></h1><p><em>Andreas Herten, Jülich Supercomputing Centre, Forschungszentrum Jülich, 12 May 2022</em></p> </div> </div> diff --git a/Introduction-to-Pandas--slides.pdf b/Introduction-to-Pandas--slides.pdf index d6463e60032cd2b8836c58db87bb21ce8aa32174..5b0925d35c7803df0f66ba70cf436ac9e61bc1c1 100644 Binary files a/Introduction-to-Pandas--slides.pdf and b/Introduction-to-Pandas--slides.pdf differ diff --git a/custom.css b/custom.css index f5dbb4d43bca70a46fed2185f887ac7c572d3a86..894db0fe3e1d6f62fc4d3f011b1af14d5581f908 100644 --- a/custom.css +++ b/custom.css @@ -19,4 +19,15 @@ span.task { .reveal .jp-RenderedHTMLCommon pre { box-shadow: initial; /*border-left: 3px solid rgba(0, 0, 0, 0.15);*/ +} + +.jp-RenderedHTML .dataframe { + font-size: 14px; +} + +.jp-InputPrompt, .jp-OutputPrompt, .reveal div.jp-OutputArea-output > pre { + font-size: 15px !important; +} +.jp-RenderedHTMLCommon { + font-size: 18px; } \ No newline at end of file