# How run .jl file in jupyter?

**URL:** https://discourse.julialang.org/t/how-run-jl-file-in-jupyter/60054
**Category:** New to Julia
**Created:** [April 26, 2021, 7:15pm UTC](https://discourse.julialang.org/t/how-run-jl-file-in-jupyter/60054 "2021-04-26T19:15:07Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![murrayE](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/murraye/32/24428_2.png) [@murrayE](https://discourse.julialang.org/u/murrayE)
#### Post date: [April 26, 2021, 7:15pm UTC](https://discourse.julialang.org/t/how-run-jl-file-in-jupyter/60054/1 "2021-04-26T19:15:07Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![pdeffebach](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/pdeffebach/32/10320_2.png) [@pdeffebach](https://discourse.julialang.org/u/pdeffebach)
#### Post date: [April 26, 2021, 7:16pm UTC](https://discourse.julialang.org/t/how-run-jl-file-in-jupyter/60054/2 "2021-04-26T19:16:11Z")

</div>

`include("myfile.jl")`
