# Run IJulia notebook in REPL?

**URL:** https://discourse.julialang.org/t/run-ijulia-notebook-in-repl/117923
**Category:** General Usage
**Created:** [August 7, 2024, 3:24pm UTC](https://discourse.julialang.org/t/run-ijulia-notebook-in-repl/117923 "2024-08-07T15:24:14Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![depasquale](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/depasquale/32/1813_2.png) [@depasquale](https://discourse.julialang.org/u/depasquale)
#### Post date: [August 7, 2024, 3:24pm UTC](https://discourse.julialang.org/t/run-ijulia-notebook-in-repl/117923/1 "2024-08-07T15:24:14Z")

</div>

I have some IJulia notebooks I’d like to run from the julia REPL. (I know this isn’t standard usage). Is there a way to do this? Thanks.

---

<div class="post-metadata">

### Author: ![PeterSimon](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/petersimon/32/25193_2.png) [@PeterSimon](https://discourse.julialang.org/u/PeterSimon)
#### Post date: [August 7, 2024, 4:24pm UTC](https://discourse.julialang.org/t/run-ijulia-notebook-in-repl/117923/2 "2024-08-07T16:24:48Z")

</div>

See the [NBInclude](https://github.com/JuliaInterop/NBInclude.jl) package.
