Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
JSC Pandas Introduction
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andreas Herten
JSC Pandas Introduction
Commits
f1114050
Commit
f1114050
authored
6 years ago
by
Andreas Herten
Browse files
Options
Downloads
Patches
Plain Diff
Add new content
parent
f7d41bda
Branches
2020
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.html
+39
-3
39 additions, 3 deletions
index.html
index2.html
+0
-94
0 additions, 94 deletions
index2.html
with
39 additions
and
97 deletions
index.html
+
39
−
3
View file @
f1114050
...
@@ -52,6 +52,17 @@
...
@@ -52,6 +52,17 @@
header
,
section
#main
{
header
,
section
#main
{
margin-bottom
:
6ex
;
margin-bottom
:
6ex
;
}
}
section
#main
h1
{
font-size
:
1.2em
;
font-style
:
italic
;
}
code
{
background-color
:
#EEEEEE
;
padding
:
3px
;
}
.sidenote
{
font-size
:
smaller
;
}
</style>
</style>
</head>
</head>
<body>
<body>
...
@@ -61,9 +72,34 @@
...
@@ -61,9 +72,34 @@
<p>
Tuesday, 26 Feb 2019, 14:00,
<strong>
Lecture Room
</strong>
JSC
</p>
<p>
Tuesday, 26 Feb 2019, 14:00,
<strong>
Lecture Room
</strong>
JSC
</p>
</header>
</header>
<section
id=
"main"
>
<section
id=
"main"
>
<p>
Please come back on Tuesday, when you will find the material of the tutorial here.
</p>
<h1>
Tutorial Material
</h1>
<p>
Until then, please install the necessary infrastructure:
<code>
pip3 install jupyterlab pandas seaborn
</code>
<ul>
</p>
<li><a
href=
"pandas-tutorial-tasks.tar.gz"
>
Task bundle
</a><br/>
<em
class=
"sidenote"
>
(
<a
href=
"#jureca_jupyter"
>
see below
</a>
for JURECA Jupyter task bundle)
</em></li>
<li>
Slides
<ul>
<li><a
href=
"Introduction-to-Pandas--slides.pdf"
>
PDF
</a></li>
<li><a
href=
"Introduction-to-Pandas--slides.ipynb"
>
Jupyter Notebook
</a></li>
<li><a
href=
"pandas-tutorial-slides.tar.gz"
>
HTML presentation bundle
</a></li>
</ul>
</li>
</ul>
<h1>
Further Information
</h1>
<ul>
<li><a
href=
"https://pollev.com/aherten538"
>
Poll
</a></li>
<li>
Install Python packages:
<code>
pip3 install jupyterlab pandas seaborn
</code></li>
<li><a
href=
"https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/"
>
Gitlab repository with
<em>
all
</em>
the things
</a></li>
</ul>
<h1
id=
"jureca_jupyter"
>
JURECA Jupyter Setup
</h1>
<ol>
<li>
Create folder for custom kernels
<br/>
<code>
mkdir -p ~/.local/share/jupyter/kernels/
</code>
</li>
<li>
Link tutorial kernel (
<code>
module
</code>
-loads Pandas and Seaborn before Notebook is launched)
<br/>
<code>
ln -s $PROJECT_cjsc/herten1/pandas ~/.local/share/jupyter/kernels/
</code>
</li>
<li>
Download
<a
href=
"pandas-tutorial-tasks--jureca.tar.gz"
>
JURECA Jupyter task bundle
</a>
instead of normal task bundle (uses the custom
<em>
proxy
</em>
-kernel instead of the plain Python 3 kernel)
</li>
</ol>
</section>
</section>
<footer>
<footer>
<a
href=
"mailto:a.herten@fz-juelich.de"
rel=
"author"
>
—Andreas Herten
</a>
<a
href=
"mailto:a.herten@fz-juelich.de"
rel=
"author"
>
—Andreas Herten
</a>
...
...
This diff is collapsed.
Click to expand it.
index2.html
deleted
100644 → 0
+
0
−
94
View file @
f7d41bda
<!DOCTYPE html>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
lang
xml:lang
>
<head>
<meta
charset=
"utf-8"
/>
<meta
name=
"generator"
content=
"pandoc"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0, user-scalable=yes"
/>
<meta
name=
"author"
content=
"Andreas Herten a.herten@fz-juelich.de"
/>
<title>
Introduction to Plotting with Pandas
</title>
<style
type=
"text/css"
>
code
{
white-space
:
pre-wrap
;}
span
.smallcaps
{
font-variant
:
small-caps
;}
span
.underline
{
text-decoration
:
underline
;}
div
.column
{
display
:
inline-block
;
vertical-align
:
top
;
width
:
50%
;}
</style>
<style
type=
"text/css"
>
body
{
font-family
:
'PT Serif'
,
Palatino
,
'Palatino Linotype'
,
Times
,
'Times New Roman'
,
serif
;
line-height
:
1.33
;
padding
:
1em
;
margin
:
auto
;
max-width
:
800px
;
}
header
{
max-width
:
600px
;
}
p
.author
{
display
:
inline
;
}
p
.author
:after
{
content
:
","
;
}
.note
{
background-color
:
#FFF9C4
;
border-left
:
3px
solid
#FFEB3B
;
padding-left
:
3px
;
}
.git-footer
{
font-size
:
smaller
;
color
:
gray
;
text-align
:
center
;
margin-top
:
2em
;
font-style
:
italic
;
}
.git-hash
{
font-family
:
monospace
;
}
@media
print
{
.no-print
,
.no-print
*
{
display
:
none
!important
;
}
}
header
,
section
#main
{
margin-bottom
:
6ex
;
}
section
#main
h1
{
font-size
:
1.2em
;
font-style
:
italic
;
}
code
{
background-color
:
#EEEEEE
;
padding
:
3px
;
}
</style>
</head>
<body>
<header>
<h1>
Introduction to Plotting with Pandas
</h1>
<h2>
Internal JSC Tutorial
</h2>
<p>
Tuesday, 26 Feb 2019, 14:00,
<strong>
Lecture Room
</strong>
JSC
</p>
</header>
<section
id=
"main"
>
<h1>
Tutorial Material
</h1>
<ul>
<li><a
href=
"pandas-tutorial-tasks.tar.gz"
>
Task bundle
</a></li>
<li>
Slides
<ul>
<li><a
href=
"Introduction-to-Pandas--slides.pdf"
>
PDF
</a></li>
<li><a
href=
"Introduction-to-Pandas--slides.ipynb"
>
Jupyter Notebook
</a></li>
<li><a
href=
"pandas-tutorial-slides.tar.gz"
>
HTML presentation bundle
</a></li>
</ul>
</li>
</ul>
<h1>
Further Information
</h1>
<ul>
<li><a
href=
"https://pollev.com/aherten538"
>
Poll
</a></li>
<li>
Install Python packages:
<code>
pip3 install jupyterlab pandas seaborn
</code></li>
<li><a
href=
"https://gitlab.version.fz-juelich.de/herten1/jsc-pandas-introduction/"
>
Gitlab repository with
<emph>
all
</emph>
the things
</a></li>
</ul>
</section>
<footer>
<a
href=
"mailto:a.herten@fz-juelich.de"
rel=
"author"
>
—Andreas Herten
</a>
</footer>
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment