-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_toc.yml
More file actions
36 lines (33 loc) · 1.04 KB
/
_toc.yml
File metadata and controls
36 lines (33 loc) · 1.04 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
# Table of content
# Learn more at https://jupyterbook.org/customize/toc.html
#
format: jb-book
root: intro
parts:
- caption: Getting Starting
chapters:
- file: chapter1/Notebook Introduction - 🐸
- caption: JupyterLab and its Environments
chapters:
- file: chapter1/Introduction to JupyterLab - 🐘
- file: chapter1/All About Google Colab - 🐦
- file: chapter1/FAQ - 🐻
- caption: Python
chapters:
- file: chapter2/Introduction to Python - 🐧
- file: chapter2/Learning about Variables - 🐳
- file: chapter2/Comparisons - 🐭
- file: chapter2/If-Else Conditions - 🐴
- file: chapter2/Loops - 🐨
- file: chapter2/Loading a Library - 🐠
- file: chapter2/Creating a Function - 🐲
- caption: Numpy
chapters:
- file: chapter3/Introduction to Numpy - 🐊
- caption: Pandas
chapters:
- file: chapter3/Using Pandas to Work with Data - 🐼
- caption: Matplotlib
chapters:
- file: chapter3/Getting Started with Matplotlib
- file: chapter3/Tables to Idioms