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.

here's demo


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

asp.net mvc - Implementing normal user/pass, Twitter & Facebook auth -