热线电话:13121318867

登录
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



32.1881
4
关注作者
收藏
评论(0)

发表评论

暂无数据
推荐帖子