Run python script with timeout in jupyter notebook

后端 未结 0 2031
北海茫月
北海茫月 2021-01-04 21:08

I am executing the following piece of code in Jupyter Notebook

import os
import shlex

files = os.listdir("./data/")

for file in files:
    %run -t         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题