I am new to Julia, so maybe doing it in the wrong way. I have installed Julia 1.6.3 on my windows machine and all packages are updated. If I start pluto and run the following commands in separate cells, the print or println doesn’t print anything there, it prints in the REPL where I started pluto. How can I solve this?
using PlutoUI
print("Hello")
println("Hello")