怎样用jupyter运行py文件?[jupyter使用教程]

python

利用jupyter的cell是可以运行python文件的:(推荐:jupyter使用教程)

1、jupyter notebook 加载py文件

In [ ]:%run lhr.py

加载了lhr.py文件,相当于导包。

In [ ]:%load lhr.py

把lhr.py的代码显示出来。

2、使用下面的快捷键运行py文件

执行当前cell,并自动跳到下一个cell:Shift Enter

执行当前cell,执行后不自动调转到下一个cell:Ctrl-Enter

更多python知识请关注python教程。

以上是 怎样用jupyter运行py文件?[jupyter使用教程] 的全部内容, 来源链接: utcz.com/z/526770.html

回到顶部