-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_toc.yml
More file actions
44 lines (41 loc) · 1.89 KB
/
_toc.yml
File metadata and controls
44 lines (41 loc) · 1.89 KB
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
44
# Table of contents
# Learn more at https://jupyterbook.org/customize/toc.html
format: jb-book
root: intro
parts:
- caption: Introduction to Python
chapters:
- file: notebooks/basics/01_booleans_numbers_strings.ipynb
- file: notebooks/basics/02-lists_tuples_dictionaries.ipynb
- file: notebooks/basics/03-loops_conditionals.ipynb
- file: notebooks/basics/04-functions_modules.ipynb
- file: notebooks/basics/05-files_directories.ipynb
- file: notebooks/basics/06-regular_expressions.ipynb
- file: notebooks/basics/07-exercises.ipynb
- caption: Python for Scientific Computing
chapters:
# here i show how to have chapter split into multiple files
- file: notebooks/numpy/00-intro.ipynb
sections:
- file: notebooks/numpy/01-create_array.ipynb
- file: notebooks/numpy/02-using_arrays.ipynb
- file: notebooks/numpy/03-array_computation.ipynb
- file: notebooks/numpy/04-computation_aggregations.ipynb
- file: notebooks/numpy/05-io.ipynb
- file: notebooks/numpy/06-computation_broadcasting.ipynb
- file: notebooks/numpy/07-booleans.ipynb
- file: notebooks/numpy/08-fancy_indexing.ipynb
- file: notebooks/numpy/09-sorting.ipynb
- file: notebooks/pandas/00-motivating_pandas.ipynb
sections:
- file: notebooks/pandas/01-pandas_objects.ipynb
- file: notebooks/pandas/02-importing_data.ipynb
- file: notebooks/pandas/03-concatenate_merge.ipynb
- file: notebooks/pandas/04-indexing_and_selecting.ipynb
- file: notebooks/pandas/05-operations_on_data.ipynb
- file: notebooks/pandas/06-missing_data.ipynb
- file: notebooks/pandas/07-hierarchical_indexing.ipynb
- file: notebooks/pandas/08-aggregation_grouping.ipynb
- file: notebooks/matplotlib/placeholder.md
- file: notebooks/linear_econometrics/linear_econometrics.ipynb
- file: notebooks/optimization/placeholder.md