[Py] Jupyter 写入和执行 python 文件

时间:2020-07-01 14:25:59   收藏:0   阅读:75

 

以 %%writefile request.py 开头。

下面写 python 代码,然后 shift + enter 键,可以把 python 代码写入开头指定的文件中,没有则自动创建。

 

以 %run request.py 的形式运行当前目录下的 python 文件。

也可以指定绝对路径。

 

Link:https://www.cnblogs.com/farwish/p/13218875.html

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!