码迷,mamicode.com
首页 > 其他好文 > 详细

jupyter notebook生成py文件

时间:2020-07-13 11:54:39      阅读:261      评论:0      收藏:0      [点我收藏+]

标签:pass   str   except   pre   名称   文件   设定   文件名   convert   

在一个jupyter notebook中代码最后写入:并将jupyter notebook的文件名称也改为设定的文件名,最后执行以下代码即可生成。

try:
    !jupyter nbconvert --to python 文件名
except:
    pass

 

jupyter notebook生成py文件

标签:pass   str   except   pre   名称   文件   设定   文件名   convert   

原文地址:https://www.cnblogs.com/Lee-yl/p/13292021.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!