-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_toc.yml
More file actions
28 lines (27 loc) · 760 Bytes
/
_toc.yml
File metadata and controls
28 lines (27 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
chapters:
- file: what-is-programming
- file: 2a_Expressions
- file: 2b_Variables
- file: 3_Functions.md
- file: 4_Conditionals.md
- file: 5_Lists.md
- file: 6_Iteration.md
- file: 7_Strings.md
- file: 8_Dictionaries.md
- file: 9_Files.ipynb
- file: 10_Pandas-1.ipynb
- file: 11_Pandas-2.ipynb
- file: Problem-Formulation.md
- file: Debugging-Helpseeking.md
- file: Help-Seeking-Template.md
- file: example-course-copier
- file: Practice_Conditionals.ipynb
- file: Practice_Module-2_Lists.ipynb
- file: Practice_Module-1-Projects.ipynb
- file: Practice_Module-2-Projects.md
- file: Practice_Debugging_examples.ipynb
- file: Practice_Strings_Integrative