@dmolina, thanks. I was doing a stupid mistake with the with_terminal() do
option: I was keeping the Print
function from Pluto in the loop, instead of using the native Julia println
.
However, Pluto does accept by default the println
stuff by using Print
. In the example below, it prints the output; the annoying part is that it only prints the last one. If we have code that we used to run in VScode or Jupyter, it takes a certain amount of time to avoid stupid mistakes in the migration process.