# Neptune: how to execute the whole notebook / all its cells?

**URL:** https://discourse.julialang.org/t/neptune-how-to-execute-the-whole-notebook-all-its-cells/76813
**Category:** Tooling
**Tags:** notebooks
**Created:** [February 20, 2022, 6:27pm UTC](https://discourse.julialang.org/t/neptune-how-to-execute-the-whole-notebook-all-its-cells/76813 "2022-02-20T18:27:10Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![reumle](https://avatars.discourse-cdn.com/v4/letter/r/5daacb/32.png) [@reumle](https://discourse.julialang.org/u/reumle)
#### Post date: [February 20, 2022, 6:27pm UTC](https://discourse.julialang.org/t/neptune-how-to-execute-the-whole-notebook-all-its-cells/76813/1 "2022-02-20T18:27:10Z")

</div>

Hi , I use Neptune (it is terrific for debugging some workflows). From time to time I would like to rerun all the cells in the notebook. Currently I have to go to every single cell an rerun it individually (point and click etc). This feels suboptimal.

is there a key shortcut to achieve a

- `rerun all cells`  
or
- `execute notebook`

?

---

<div class="post-metadata">

### Author: ![disberd](https://avatars.discourse-cdn.com/v4/letter/d/8edcca/32.png) [@disberd](https://discourse.julialang.org/u/disberd)
#### Post date: [February 21, 2022, 7:39am UTC](https://discourse.julialang.org/t/neptune-how-to-execute-the-whole-notebook-all-its-cells/76813/2 "2022-02-21T07:39:10Z")

</div>

I must admit I do not know about neptune, but in Pluto you can select all cells by using the Ctrl+A (or Cmd+A) since a long time.

If Neptune’s fork happened after this was introduced it might work also there.

If that works you can then use the shift+enter to execute all selected cells (again, not sure if these were introduced only after neptune was forked)

---

<div class="post-metadata">

### Author: ![reumle](https://avatars.discourse-cdn.com/v4/letter/r/5daacb/32.png) [@reumle](https://discourse.julialang.org/u/reumle)
#### Post date: [February 23, 2022, 8:54pm UTC](https://discourse.julialang.org/t/neptune-how-to-execute-the-whole-notebook-all-its-cells/76813/3 "2022-02-23T20:54:25Z")

</div>

Thanks for your help! `Ctrl+A` then `Shift+Enter` did the trick!
