李名奎

2020-07-09   阅读量: 843

数据分析师

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 5 4 关注作者 收藏

评论(0)


暂无数据

推荐课程

推荐帖子