用jupyter打开py文件的方法:(推荐:)
jupyter notebook 加载py文件(即转为ipynb文件)
In [ ]:%run lhr.py
加载了lhr.py文件,相当于导包。
In [ ]:%load lhr.py
把lhr.py的代码显示出来。
更多python知识请关注。