2020-07-09
阅读量:
1140
python 保存文件为各种格式
命令行的方式:
ipynb转换为python
jupyter nbconvert --to python my_file.ipynb
ipynb转换为md
jupyter nbconvert --to md my_file.ipynb
ipynb转为html
jupyter nbconvert --to html my_file.ipynb
ipython转换为pdf
jupyter nbconvert --to pdf my_file.ipynb
其他格式转换请参考
jupyter nbconvert --help






评论(0)


暂无数据
推荐帖子
0条评论
0条评论
0条评论