提交 0a404b9c 编写于 作者: L liaogang

add notedown to covert md to ipynb

上级 80d84221
#!/bin/bash
set -xe
pip install notedown
cur_path="$(cd "$(dirname "$0")" && pwd -P)"
cd $cur_path/../
cd /book
#convert md to ipynb
for file in */{README,README\.en}.md ; do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册