Skip to content
Merged
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
14 changes: 13 additions & 1 deletion short_courses/python_environments.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
"source": [
"# Python Environments\n",
"\n",
"```{card}\n",
"\n",
"<div class=\"alert alert-block\" style=\"background-color: #ffffff; border: 1px solid #ccc; padding: 1em; border-radius: 8px;\">\n",
"\n",
"**Author:** Liam J Berrisford (GitHub: [liamjberrisford](https://github.com/liamjberrisford)\n",
"\n",
"**License:** Creative Commons Attribution-ShareAlike 4.0 International license ([CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)).\n",
"\n",
"</div>\n",
"\n",
"```\n",
"\n",
"## Course Objectives\n",
"- **Explain the role of virtual environments** \n",
" Understand why virtual environments are essential in Python development and how they help manage project dependencies and avoid conflicts.\n",
Expand Down Expand Up @@ -471,7 +483,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.2"
"version": "3.9.19"
}
},
"nbformat": 4,
Expand Down
Loading