ipython icon indicating copy to clipboard operation
ipython copied to clipboard

Add a -q parameter to %rerun magic

Open MatthewWilkes opened this issue 5 years ago • 1 comments

This allows the rerun magic to be run in quiet mode, which suppresses the === Executing: === and === Output: === headings as well as the text of the cell being re-run. This means that cells that print can optionally be re-run as part of a larger control structure like a loop without IPython-specific noise.

MatthewWilkes avatar Apr 03 '19 13:04 MatthewWilkes

I'm struggling to fix the sphinx build issue on Py3.7 here. I can't seem to build the docs locally, but I tried adding a newline to the options section as the output suggested to no effect.

MatthewWilkes avatar Apr 15 '19 11:04 MatthewWilkes