Open REPL from the shell using julia and run your code with:
include("example.jl")
This will execute your file from the REPL and allow you to play around with your results. If you want to know more, I recommend this tutorial , which is simple and easy to use.
source share