How run .jl file in jupyter?

I have julia, Ijulia, jupyter (via anaconda) installed and can open a notebook in jupyter and execute a julia command.

But how there, in the jupyter notebook, do I run an existing .jl file?

include("myfile.jl")