File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 15199
15199
<div class="footer" style="padding: 4px; font-size: 22px;">
15200
15200
Introduction to Data Analysis Using Pandas – Stefanie Molin
15201
15201
<div style="float: right; margin-top: -18px;">
15202
- <a href="https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab/tree/notebooks" style="z-index: 1;" target="_blank" rel="noopener noreferrer">
15203
- <img src="https://camo.githubusercontent.com/581c077bdbc6ca6899c86d0acc6145ae85e9d80e6f805a1071793dbe48917982/68747470733a2f2f6d7962696e6465722e6f72672f62616467655f6c6f676f2e737667" alt="Binder" data-canonical-src="https://mybinder.org/badge_logo.svg" style="max-width: 100%; margin: 20px 0 0 0;">
15202
+ <a href="https://codespaces.new/stefmolin/pandas-workshop"
15203
+ style="z-index: 1;" target="_blank" rel="noopener noreferrer"
15204
+ >
15205
+ <img src="https://img.shields.io/badge/open-codespace-black?logo=github"
15206
+ alt="Open in GitHub Codespaces"
15207
+ style="max-width: 100%; margin: 20px 0 0 0;">
15204
15208
</a>
15205
15209
<a href="https://github.com/stefmolin/pandas-workshop" style="z-index: 1;" target="_blank" rel="noopener noreferrer">
15206
15210
<img alt="View repo on GitHub" src="https://img.shields.io/badge/view-repo-orange?logo=github" style="max-width: 100%; margin: 20px 0 0 0;">
Original file line number Diff line number Diff line change @@ -148,8 +148,12 @@ a.anchor-link {
148
148
<div class =" footer" style =" padding : 4px ; font-size : 22px ;" >
149
149
{{title}} &ndash ; Stefanie Molin
150
150
<div style =" float : right ; margin-top : -18px ;" >
151
- <a href =" https://mybinder.org/v2/gh/stefmolin/{{repo_name}}/main?urlpath=lab/tree/notebooks" style =" z-index : 1 ;" target =" _blank" rel =" noopener noreferrer" >
152
- <img src =" https://camo.githubusercontent.com/581c077bdbc6ca6899c86d0acc6145ae85e9d80e6f805a1071793dbe48917982/68747470733a2f2f6d7962696e6465722e6f72672f62616467655f6c6f676f2e737667" alt =" Binder" data-canonical-src =" https://mybinder.org/badge_logo.svg" style =" max-width : 100% ; margin : 20px 0 0 0 ;" >
151
+ <a href =" https://codespaces.new/stefmolin/{{repo_name}}"
152
+ style =" z-index : 1 ;" target =" _blank" rel =" noopener noreferrer"
153
+ >
154
+ <img src =" https://img.shields.io/badge/open-codespace-black?logo=github"
155
+ alt =" Open in GitHub Codespaces"
156
+ style =" max-width : 100% ; margin : 20px 0 0 0 ;" >
153
157
</a >
154
158
<a href =" https://github.com/stefmolin/{{repo_name}}" style =" z-index : 1 ;" target =" _blank" rel =" noopener noreferrer" >
155
159
<img alt =" View repo on GitHub" src =" https://img.shields.io/badge/view-repo-orange?logo=github" style =" max-width : 100% ; margin : 20px 0 0 0 ;" >
You can’t perform that action at this time.
0 commit comments