Utilisez IPython Magic dans le script

from IPython import get_ipython
ipython = get_ipython()
ipython.magic("timeit abs(-42)")
bougui