Skip to content

Commit 2186ee7

Browse files
Merge pull request #347 from coding-for-reproducible-research/add_author_name_python_environments
Add author name to python environments
2 parents d0ab637 + 07fd598 commit 2186ee7

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

short_courses/python_environments.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
"source": [
88
"# Python Environments\n",
99
"\n",
10+
"```{card}\n",
11+
"\n",
12+
"<div class=\"alert alert-block\" style=\"background-color: #ffffff; border: 1px solid #ccc; padding: 1em; border-radius: 8px;\">\n",
13+
"\n",
14+
"**Author:** Liam J Berrisford (GitHub: [liamjberrisford](https://github.com/liamjberrisford)\n",
15+
"\n",
16+
"**License:** Creative Commons Attribution-ShareAlike 4.0 International license ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)).\n",
17+
"\n",
18+
"</div>\n",
19+
"\n",
20+
"```\n",
21+
"\n",
1022
"## Course Objectives\n",
1123
"- **Explain the role of virtual environments** \n",
1224
" Understand why virtual environments are essential in Python development and how they help manage project dependencies and avoid conflicts.\n",
@@ -471,7 +483,7 @@
471483
"name": "python",
472484
"nbconvert_exporter": "python",
473485
"pygments_lexer": "ipython3",
474-
"version": "3.12.2"
486+
"version": "3.9.19"
475487
}
476488
},
477489
"nbformat": 4,

0 commit comments

Comments
 (0)