有什么方法可以使用 %run 来执行文件的子集吗?
像这样的东西:
$ ipython
In [1]: %run my_code.py -L 20 100 # executes lines 20-100 in ipython interpereter
有什么方法可以使用 %run 来执行文件的子集吗?
像这样的东西:
$ ipython
In [1]: %run my_code.py -L 20 100 # executes lines 20-100 in ipython interpereter