Skip to content
Snippets Groups Projects
Commit cf15a880 authored by Andreas Herten's avatar Andreas Herten
Browse files

Add after-the-fact description and polish a bit

parent fae9c40a
Branches
No related tags found
No related merge requests found
...@@ -18,9 +18,6 @@ ...@@ -18,9 +18,6 @@
line-height: 1.33; line-height: 1.33;
padding: 1em; padding: 1em;
margin: auto; margin: auto;
max-width: 800px;
}
header {
max-width: 600px; max-width: 600px;
} }
p.author { p.author {
...@@ -69,13 +66,17 @@ ...@@ -69,13 +66,17 @@
<header> <header>
<h1>Introduction to Plotting with Pandas</h1> <h1>Introduction to Plotting with Pandas</h1>
<h2>Internal JSC Tutorial</h2> <h2>Internal JSC Tutorial</h2>
<p>Tuesday, 26 Feb 2019, 14:00, <strong>Lecture Room</strong> JSC</p> <div clsas="sidenote">
<p>Held: Tuesday, 26 Feb 2019, 14:00, <strong>Lecture Room</strong> JSC</p>
<p>Duration: 120 min <em>(It was suppose to go 60 min, but there is just too much content; we were able to extend it to 120 min on-the-fly; 3 h would be more fitting, though.)</em></p>
<p>Abstract: Pandas is a Python package for data analysis and plotting which I come to like very much. Even though I don't do proper fancy-pants data analysis, I use it all the time to visualize some HPC-related data. I think you'll like it, too! 🐼 💖</p>
<p>Setup: Lecture/hands-on sessions with prepared Jupyter Notebooks</p>
</div>
</header> </header>
<section id="main"> <section id="main">
<h1>Tutorial Material</h1> <h1>Tutorial Material</h1>
<ul> <ul>
<li><a href="pandas-tutorial-tasks.tar.gz">Task bundle</a><br/> <li><a href="pandas-tutorial-tasks.tar.gz">Task bundle</a> (Notebooks, data)</li>
<em class="sidenote">(<a href="#jureca_jupyter">see below</a> for JURECA Jupyter task bundle)</em></li>
<li>Slides <li>Slides
<ul> <ul>
<li><a href="Introduction-to-Pandas--slides.pdf">PDF</a> (exported from HTML presentation; imperfect)</li> <li><a href="Introduction-to-Pandas--slides.pdf">PDF</a> (exported from HTML presentation; imperfect)</li>
...@@ -86,9 +87,9 @@ ...@@ -86,9 +87,9 @@
</ul> </ul>
<h1>Further Information</h1> <h1>Further Information</h1>
<ul> <ul>
<li><a href="https://pollev.com/aherten538">Poll</a></li> <li><a href="https://pollev.com/aherten538">Feedback poll</a></li>
<li>Install Python packages: <code>pip3 install jupyterlab pandas seaborn</code> or <a href="https://jupyter-jsc.fz-juelich.de">use Jupyter JSC</a></li> <li>Install Python packages: <code>pip3 install jupyterlab pandas seaborn</code> or <a href="https://jupyter-jsc.fz-juelich.de">use Jupyter JSC</a></li>
<li><a href="https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/">Gitlab repository with <em>all</em> the things</a></li> <li><a href="https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/">Gitlab repository</a> with <em>all</em> the things (incl. some behind-the-scenes info on the setup)</li>
</ul> </ul>
</section> </section>
<footer> <footer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment