From 07fd598c1da385a993b939529cb9cfcdadec2460 Mon Sep 17 00:00:00 2001 From: Liam J Berrisford Date: Mon, 4 Aug 2025 13:58:58 +0100 Subject: [PATCH] Add author name to python environments --- short_courses/python_environments.ipynb | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/short_courses/python_environments.ipynb b/short_courses/python_environments.ipynb index 09782eb2..87ff25f0 100644 --- a/short_courses/python_environments.ipynb +++ b/short_courses/python_environments.ipynb @@ -7,6 +7,18 @@ "source": [ "# Python Environments\n", "\n", + "```{card}\n", + "\n", + "
\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", + "
\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", @@ -471,7 +483,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.12.2" + "version": "3.9.19" } }, "nbformat": 4,