Skip to content

Commit 8c51f78

Browse files
committed
feat: add ipynb export config for numpy_vs_numba_vs_jax and update myst.yml TOC
- Add exports/downloads frontmatter to numpy_vs_numba_vs_jax.md - Update myst.yml TOC to match _toc.yml (replace parallelization, align sections)
1 parent e07c2a0 commit 8c51f78

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

lectures/myst.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,22 @@ project:
3333
- file: numpy.md
3434
- file: matplotlib.md
3535
- file: scipy.md
36+
- title: Working with Data
37+
children:
3638
- file: pandas.md
3739
- file: pandas_panel.md
38-
- file: sympy.md
3940
- title: High Performance Computing
4041
children:
4142
- file: numba.md
42-
- file: parallelization.md
4343
- file: jax_intro.md
44-
- title: Advanced Python Programming
44+
- file: numpy_vs_numba_vs_jax.md
45+
- title: More Python Programming
4546
children:
4647
- file: writing_good_code.md
48+
- file: workspace.md
4749
- file: python_advanced_features.md
4850
- file: debugging.md
51+
- file: sympy.md
4952
- title: Other
5053
children:
5154
- file: troubleshooting.md

lectures/numpy_vs_numba_vs_jax.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
markdown: commonmark
13+
images: attachment
14+
output: exports/numpy_vs_numba_vs_jax.ipynb
15+
downloads:
16+
- file: ./numpy_vs_numba_vs_jax.md
17+
title: Markdown (md)
18+
- file: exports/numpy_vs_numba_vs_jax.ipynb
19+
title: IPython (.ipynb)
1020
---
1121

1222
(parallel)=

0 commit comments

Comments
 (0)