expttt

命令行的方式:

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
————————————————
版权声明:本文为CSDN博主「szfhy」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/szfhy/article/details/81671090

分类:

技术点:

相关文章:

  • 2021-09-09
  • 2021-10-03
  • 2021-12-31
  • 2021-08-05
  • 2021-08-06
  • 2021-12-04
  • 2021-07-25
猜你喜欢
  • 2021-11-23
  • 2021-11-16
  • 2021-10-25
  • 2021-08-14
  • 2021-12-28
  • 2021-12-27
相关资源
相似解决方案