-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_toc.yml
45 lines (42 loc) · 1.51 KB
/
_toc.yml
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: chapters/Vorwort
parts:
- caption: 01 Einleitung
chapters:
- file: chapters/chapter_01/Business_Analytics.md
- file: chapters/chapter_01/Warum_Coding.md
- file: chapters/chapter_01/01_Warum_Python.md
- file: chapters/chapter_01/Fallstudie.md
sections:
- file: chapters/chapter_01/Introduction_Fallstudie.md
- file: chapters/chapter_01/Umsetzung_Fallstudie.ipynb
- caption: 02 Technisches Setup
chapters:
- file: chapters/chapter_02/Installation.md
- file: chapters/chapter_02/Intro_Jupyter.ipynb
- file: chapters/chapter_02/Intro_Skript.ipynb
- caption: 03 Python | Grundlagen
chapters:
- file: chapters/chapter_03/Intro_Python.ipynb
sections:
- file: chapters/chapter_03/Intro_Python_Excercises.ipynb
- file: chapters/chapter_03/Functions_Iterations_Python.ipynb
sections:
- file: chapters/chapter_03/Functions_Iterations_Python_Excercises.ipynb
- file: chapters/chapter_03/If_Statements_Python.ipynb
sections:
- file: chapters/chapter_03/If_Statements_Python_Excercises.ipynb
- caption: 04 Python | Module
chapters:
- file: chapters/chapter_04/Intro_Modules.ipynb
- file: chapters/chapter_04/Intro_Numpy.ipynb
sections:
- file: chapters/chapter_04/Intro_Numpy_exercise.ipynb
- file: chapters/chapter_04/Intro_Pandas.ipynb
sections:
- file: chapters/chapter_04/Intro_Pandas_exercise.ipynb
- caption: Appendix
chapters:
- file: chapters/literatur.md