.ipynb文件 to 为.py文件

1、CONDA 环境下安装jupyter

2、激活终端  

3、cd 到需要转化的文件目录下

4、执行如下命令:  jupyter nbconvert --to script *.ipynb 

你可能感兴趣的:(日常毕竟)