Way to programmatically clear last println() statement in Jupyter cell?

Addressed in https://github.com/JuliaLang/IJulia.jl#clearing-output

Just had to add:

  • IJulia.clear_output(true)

before the println(...)

2 Likes