Skip to content

Commit 881dfde

Browse files
committed
feat: add matplotlib example
1 parent 7aceb24 commit 881dfde

File tree

6 files changed

+6
-113
lines changed

6 files changed

+6
-113
lines changed

README.md

-4
This file was deleted.

bokeh.md

-52
This file was deleted.

index.md

-16
This file was deleted.

myst.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ project:
66
references:
77
guide: https://mystmd.org/guide
88
toc:
9-
- file: index.md
10-
- file: bokeh.md
11-
- file: plotly.md
9+
- file: content/index.md
10+
- file: content/bokeh.md
11+
- file: content/plotly.md
12+
- file: content/matplotlib.md
1213
site:
1314
template: book-theme
1415
options:

plotly.md

-38
This file was deleted.

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ scipy
22
numpy
33
plotly
44
bokeh
5+
matplotlib
6+
57
jupyter-server
68
ipykernel

0 commit comments

Comments
 (0)