Hi,
I have some loops I'd like to observe/debug by seeing the parameters
change. In the REPL I can do
print(" $p1 $p2 \r")
flush(STDOUT)
and have my parameters updating on a line.This doesn't seem to work in IJulia. When I try it, there is no output. I guess this is because this isn't STDOUT, or something like that. Does anyone know of a nice way to do this? Thanks Andy
