Skip to content

Commit 9ce9f02

Browse files
committed
create README.md
1 parent e5f5aaa commit 9ce9f02

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# gitbook 관리를 위한 markdown 파일 생성 툴
2+
3+
## 사용법
4+
5+
```bash
6+
python mdconverter.py --filename <notebook-file-path>
7+
```
8+
9+
**예시**
10+
11+
```bash
12+
python mdconverter.py --filename sample/05-GoogleGenerativeAI.ipynb
13+
```
14+

0 commit comments

Comments
 (0)