加入收藏 | 设为首页 | 会员中心 | 我要投稿 商洛站长网 (https://www.0914zz.com/)- AI应用、CDN、边缘计算、云计算、物联网!
当前位置: 首页 > 编程开发 > Python > 正文

我可以执行ipython脚本吗?

发布时间:2021-01-11 20:14:41 所属栏目:Python 来源:互联网
导读:有没有办法执行i python脚本?我不是指 python脚本,而是使用简化的语法,因为它将输入到ipython shell中 当然,只需使用 Python运行它们就像 Python一样用于普通的Python脚本: $ echo %time print hello, world script.ipy$ ipython script.ipyhello, worldCPU

有没有办法执行i python脚本?我不是指 python脚本,而是使用简化的语法,因为它将输入到ipython shell中

解决方法

当然,只需使用 Python运行它们就像 Python一样用于普通的Python脚本:
$> echo '%time print "hello,world"' > script.ipy
$> ipython script.ipy
hello,world
CPU times: user 0.00 s,sys: 0.00 s,total: 0.00 s
Wall time: 0.00 s

(编辑:商洛站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读