add
Browse files- requirements.txt +6 -1
- x_md2nb01/mymdsrc.md +15 -0
requirements.txt
CHANGED
@@ -8,4 +8,9 @@ jupyter-book
|
|
8 |
matplotlib
|
9 |
numpy
|
10 |
quantecon
|
11 |
-
jupytext
|
|
|
|
|
|
|
|
|
|
|
|
8 |
matplotlib
|
9 |
numpy
|
10 |
quantecon
|
11 |
+
jupytext
|
12 |
+
katex
|
13 |
+
jgtutils
|
14 |
+
jgtpy
|
15 |
+
jgtml
|
16 |
+
jgtfxcon
|
x_md2nb01/mymdsrc.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Something we want in a notebook
|
2 |
|
3 |
## Some subchapter
|
|
|
1 |
+
---
|
2 |
+
jupytext:
|
3 |
+
cell_metadata_filter: -all
|
4 |
+
formats: md:myst
|
5 |
+
text_representation:
|
6 |
+
extension: .md
|
7 |
+
format_name: myst
|
8 |
+
format_version: 0.13
|
9 |
+
jupytext_version: 1.16.4
|
10 |
+
kernelspec:
|
11 |
+
display_name: Python 3 (ipykernel)
|
12 |
+
language: python
|
13 |
+
name: python3
|
14 |
+
---
|
15 |
+
|
16 |
# Something we want in a notebook
|
17 |
|
18 |
## Some subchapter
|