📜  jupyter notebook save as python script without terminal prompts line numbers - 不管是什么代码示例

📅  最后修改于: 2022-03-11 15:00:15.949000             🧑  作者: Mango

代码示例1
#1-100 represents line range to save. Below code should be at the end of the notebook and the entire file ran. 
save -a myfile.py 1-100