-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
52 lines (50 loc) · 1.2 KB
/
_quarto.yml
File metadata and controls
52 lines (50 loc) · 1.2 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
45
46
47
48
49
50
51
52
project:
type: website
jupyter: python3
website:
title: "Python programming I"
navbar:
left:
- href: index.qmd
text: Home
- href: 02-basics.qmd
text: Basics
- href: 03-numpy.qmd
text: NumPy
- href: 04-plotting.qmd
text: Plotting
- href: 05-dataframes.qmd
text: DataFrames
- href: 06-subsetting.qmd
text: Subsetting
- href: 07-dicts.qmd
text: Dicts
- href: 08-io.qmd
text: IO
- href: 09-flow.qmd
text: Flow
- href: 10-functions.qmd
text: Functions
- href: 11-performance.qmd
text: Performance
- href: 12-variable-genes.qmd
text: Variable genes
- href: 13-clustering.qmd
text: Clustering
- href: 14-linear-models.qmd
text: Linear models
- href: 15-kmeans-project.qmd
text: K-means + project
- href: 16-Simulated_annealing_final_project_introduction.qmd
text: Annealing intro
format:
html:
toc: true
toc-depth: 3
toc-location: left
code-fold: false
code-summary: "Reveal solution"
theme:
light: united
dark: superhero
css: styles.css