I can delete the In [n]: prompts in the ipythonqt window in either of the following two ways:<div>1) cursor at empty line before In... and forward-delete (ctrl-D)</div><div>2) cursor at opening bracket, as in: In [|1]:..., and backspace</div>

<div><br></div><div>These delete content, and break the input for future commands, due to raising 'QTextCursor::setPosition: Position 'X' out of range' errors.</div><div><br></div><div>Works on both Ubuntu and OSX.</div>

<div><br></div><div>-MinRK</div>