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