Skip to content

Commit 0df0b62

Browse files
committed
add download buttons for notebook and md file
1 parent e85f807 commit 0df0b62

20 files changed

Lines changed: 160 additions & 0 deletions

lectures/debugging.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
output: exports/debugging.ipynb
13+
downloads:
14+
- file: ./debugging.md
15+
title: Markdown (md)
16+
- file: exports/debugging.ipynb
17+
title: IPython (.ipynb)
1018
---
1119

1220
# Debugging and Handling Errors

lectures/getting_started.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
output: exports/getting_started.ipynb
13+
downloads:
14+
- file: ./getting_started.md
15+
title: Markdown (md)
16+
- file: exports/getting_started.ipynb
17+
title: IPython (.ipynb)
1018
---
1119

1220
# Getting Started

lectures/intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
output: exports/intro.ipynb
13+
downloads:
14+
- file: ./intro.md
15+
title: Markdown (md)
16+
- file: exports/intro.ipynb
17+
title: IPython (.ipynb)
1018
---
1119

1220
# Python Programming for Economics and Finance

lectures/names.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
output: exports/names.ipynb
13+
downloads:
14+
- file: ./names.md
15+
title: Markdown (md)
16+
- file: exports/names.ipynb
17+
title: IPython (.ipynb)
1018
---
1119

1220
# Names and Namespaces

lectures/need_for_speed.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
output: exports/need_for_speed.ipynb
13+
downloads:
14+
- file: ./need_for_speed.md
15+
title: Markdown (md)
16+
- file: exports/need_for_speed.ipynb
17+
title: IPython (.ipynb)
1018
---
1119

1220
# Python for Scientific Computing

lectures/numba.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
exports:
13+
- format: ipynb
14+
output: exports/numba.ipynb
15+
downloads:
16+
- file: ./numba.md
17+
title: Markdown (md)
18+
- file: exports/numba.ipynb
19+
title: IPython (.ipynb)
1220
---
1321

1422
# Numba

lectures/numpy.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
output: exports/numpy.ipynb
13+
downloads:
14+
- file: ./numpy.md
15+
title: Markdown (md)
16+
- file: exports/numpy.ipynb
17+
title: IPython (.ipynb)
1018
---
1119

1220

lectures/oop_intro.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ kernelspec:
77
display_name: Python 3
88
language: python
99
name: python3
10+
exports:
11+
- format: ipynb
12+
output: exports/oop_intro.ipynb
13+
downloads:
14+
- file: ./oop_intro.md
15+
title: Markdown (md)
16+
- file: exports/oop_intro.ipynb
17+
title: IPython (.ipynb)
1018
---
1119

1220
# OOP I: Objects and Methods

lectures/pandas.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
exports:
13+
- format: ipynb
14+
output: exports/pandas.ipynb
15+
downloads:
16+
- file: ./pandas.md
17+
title: Markdown (md)
18+
- file: exports/pandas.ipynb
19+
title: IPython (.ipynb)
1220
---
1321

1422
# Pandas

lectures/pandas_panel.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
1111
name: python3
12+
exports:
13+
- format: ipynb
14+
output: exports/pandas_panel.ipynb
15+
downloads:
16+
- file: ./pandas_panel.md
17+
title: Markdown (md)
18+
- file: exports/pandas_panel.ipynb
19+
title: IPython (.ipynb)
1220
---
1321

1422
# Pandas for Panel Data

0 commit comments

Comments
 (0)