怎么通过jupyter运行python?

利用jupyter的cell是可以运行python文件的,即在cell中运行如下代码:(推荐:jupyter使用教程)

%run file.py

file.py为要运行的python程序,结果会显示在该cell中 

运行结果如下:

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

来源:PY学习网:原文地址:https://www.py.cn/article.html

hmoban主题是根据ripro二开的主题,极致后台体验,无插件,集成会员系统
自学咖网 » 怎么通过jupyter运行python?