Skip to content

Commit f012911

Browse files
Merge pull request #215 from coding-for-reproducible-research/short_course_virtual_environments
Short course virtual environments
2 parents cdbe842 + f3da46f commit f012911

File tree

10 files changed

+553
-1
lines changed

10 files changed

+553
-1
lines changed

_toc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ parts:
9595
- file: pathways/r_ds
9696
- file: pathways/python_ds
9797

98-
- caption: Self Study Notes
98+
- caption: Workshop Self Study Notes
9999
chapters:
100100
- file: cfrr_program_details/coding_languages_self_study
101101
sections:
@@ -268,6 +268,12 @@ parts:
268268
- file: individual_modules/intermediate_version_control/further_topics
269269
- file: individual_modules/bibliography
270270

271+
- caption: Short Courses
272+
chapters:
273+
- file: short_courses/overview
274+
- file: short_courses/virtual_environments
275+
276+
271277
- caption: Join Us!
272278
chapters:
273279
- file: contributing/contributing
47.9 KB
Loading
18.3 KB
Loading
47.2 KB
Loading
18.2 KB
Loading
22.4 KB
Loading
70.8 KB
Loading
11.6 KB
Loading

short_courses/overview.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"id": "ee408a41-91e5-415e-85d6-251fcfd728ee",
6+
"metadata": {},
7+
"source": [
8+
"# Overview\n",
9+
"\n",
10+
"The short courses avaiable here are a set of concise, focused learning modules designed to help you build and refine your coding skills independently, at your own pace. These courses provide convenient, bite-sized lessons to help you achieve your learning goals that don't fit into the current offering of more long form and extensive workshops that are current offered as part of Coding for Reproducible Research. \n"
11+
]
12+
}
13+
],
14+
"metadata": {
15+
"kernelspec": {
16+
"display_name": "Python 3 (ipykernel)",
17+
"language": "python",
18+
"name": "python3"
19+
},
20+
"language_info": {
21+
"codemirror_mode": {
22+
"name": "ipython",
23+
"version": 3
24+
},
25+
"file_extension": ".py",
26+
"mimetype": "text/x-python",
27+
"name": "python",
28+
"nbconvert_exporter": "python",
29+
"pygments_lexer": "ipython3",
30+
"version": "3.9.19"
31+
}
32+
},
33+
"nbformat": 4,
34+
"nbformat_minor": 5
35+
}

0 commit comments

Comments
 (0)