Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/env-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
fi;

- name: Cache conda
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
env:
# Increase this value to reset cache if environment.yml has not changed
CACHE_NUMBER: 0
Expand Down
2 changes: 2 additions & 0 deletions slides/4-outro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
"\n",
"<div style=\"display: flex; justify-content: space-between; align-items: center;\">\n",
" <div style=\"text-align: center; flex-basis: auto; flex-shrink: 2;\">\n",
" <a href=\"https://stefaniemolin.com/feedback\" target=\"_blank\">\n",
" <img\n",
" width=\"20%\"\n",
" alt=\"Please visit https://stefaniemolin.com/feedback to provide your feedback on this session.\"\n",
" title=\"QR code to submit feedback (leads to https://stefaniemolin.com/feedback)\"\n",
" class=\"qr-code\"\n",
" src=\"https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png\"\n",
" />\n",
" </a>\n",
" </div>\n",
"\n",
"<div style=\"flex-basis: 45em; flex-grow: 2; font-size: 80%;\">\n",
Expand Down
6 changes: 6 additions & 0 deletions slides/html/workshop.slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@
<meta property="og:image:height" content="1560" />

<title>Beyond the Basics: Data Visualization in Python workshop slides | Stefanie Molin</title>
<link
rel="canonical"
href="https://stefaniemolin.com/python-data-viz-workshop/"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">
<link
Expand Down Expand Up @@ -128459,13 +128463,15 @@ <h1 id="Related-content">Related content<a class="anchor-link" href="#Related-co
<h1 id="Thank-you!">Thank you!<a class="anchor-link" href="#Thank-you!">&#182;</a></h1><p><em>I hope you enjoyed the session. You can follow my work on these platforms:</em></p>
<div style="display: flex; justify-content: space-between; align-items: center;">
<div style="text-align: center; flex-basis: auto; flex-shrink: 2;">
<a href="https://stefaniemolin.com/feedback" target="_blank"></a>
<img
width="20%"
alt="Please visit https://stefaniemolin.com/feedback to provide your feedback on this session."
title="QR code to submit feedback (leads to https://stefaniemolin.com/feedback)"
class="qr-code"
src="https://raw.githubusercontent.com/stefmolin/pandas-workshop/main/media/qr-code.png"
/>
</a>
</div>
<div style="flex-basis: 45em; flex-grow: 2; font-size: 80%;">
<div style="display: flex">
Expand Down
4 changes: 4 additions & 0 deletions slides/templates/larger_font/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
<meta property="og:image:height" content="1560" />

<title>{{title}} {{nb_title}} slides | Stefanie Molin</title>
<link
rel="canonical"
href="https://stefaniemolin.com/{{repo_name}}/"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">
<link
Expand Down
4 changes: 4 additions & 0 deletions slides/templates/regular/index.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@
<meta property="og:image:height" content="1560" />

<title>{{title}} {{nb_title}} slides | Stefanie Molin</title>
<link
rel="canonical"
href="https://stefaniemolin.com/{{repo_name}}/"
/>
<link rel="manifest" href="/favicon/site.webmanifest" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon/favicon.ico">
<link
Expand Down
Loading