IPython run script from breakpoint or line number -
i use magic function %run often. there way run script given line number or other label?
example use: edit script in editor , use %run in ipython. need modify how i'm visualizing data compute in beginning of script, don't need recompute each time. (i know can cache data in file, or refactor code; that's not answer i'm looking for.)
you can take @ ipython notebook. lets write chunks of code , run them @ time on interactive namespace.
Comments
Post a Comment