Skip to content

Commit acda9a0

Browse files
Merge pull request #319 from coding-for-reproducible-research/rename_python_virtual_envs
Update python environments name
2 parents 22508f8 + 35e2f76 commit acda9a0

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

_toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,10 +333,8 @@ parts:
333333
- caption: Short Courses
334334
chapters:
335335
- file: short_courses/overview
336-
- file: short_courses/virtual_environments
336+
- file: short_courses/python_environments
337337
- file: short_courses/r_environments
338-
339-
340338
- caption: Join Us!
341339
chapters:
342340
- file: contributing/community

short_courses/virtual_environments.ipynb renamed to short_courses/python_environments.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "870178b5-a53d-4af9-8fc9-865094db6fd4",
66
"metadata": {},
77
"source": [
8-
"# Virtual Environments\n",
8+
"# Python Environments\n",
99
"\n",
1010
"## Course Objectives\n",
1111
"- **Explain the role of virtual environments** \n",
@@ -471,7 +471,7 @@
471471
"name": "python",
472472
"nbconvert_exporter": "python",
473473
"pygments_lexer": "ipython3",
474-
"version": "3.9.19"
474+
"version": "3.12.2"
475475
}
476476
},
477477
"nbformat": 4,

0 commit comments

Comments
 (0)