JunoLab / Juno.jl

MIT License
144 stars 23 forks source link

[FR] REPL output difficult to parse visually with disapearring Julia prompt when Ctrl+Shift+Enter running files #519

Open BoZenKhaa opened 4 years ago

BoZenKhaa commented 4 years ago

When ctrl+shift+enter running files, it is difficult to parse which output belongs to each run, especially if the code throws an error. Image below shows the test.jl file ran multiple times: image

Readability could be greatly improved if:

  1. the prompt was cleared automatically before showing the output of running the current file image

OR

  1. running the file did not hide the julia> prompt, and possible added some visual separator with the file name: image