> ## Documentation Index
> Fetch the complete documentation index at: https://julius.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Running a Notebook

> Learn how to run a Notebook in its entirety, or run individual cells

### Run All from Beginning

Use the **Run All** button to run the Notebook in its entirety from start to
finish.

<Frame>
  <img src="https://mintcdn.com/julius-d061c216/wet7wmuelt3jEOkg/images/notebooks/running-a-notebook/notebooks-run-all-button.png?fit=max&auto=format&n=wet7wmuelt3jEOkg&q=85&s=5459652a4727b53b63a198d2fbe7d338" alt="Run all cells in a notebook" width="142" height="64" data-path="images/notebooks/running-a-notebook/notebooks-run-all-button.png" />
</Frame>

* The Notebook will run from the first cell, and will run all cells that don't
  require any human inputs (eg. files, user prompt)
* This is useful to automate and run multiple cells in sequence

### Cell Specific Runs

<Frame>
  <img src="https://mintcdn.com/julius-d061c216/wet7wmuelt3jEOkg/images/notebooks/running-a-notebook/notebooks-run-cell-menu.png?fit=max&auto=format&n=wet7wmuelt3jEOkg&q=85&s=2f787507bb8aaf071d6cd1bc866a1b92" alt="Run single cell or run all from here controls" title="Run single cell or run all from here controls" className="mx-auto" style={{ width: '71%' }} width="1170" height="142" data-path="images/notebooks/running-a-notebook/notebooks-run-cell-menu.png" />
</Frame>

Use **Run** to run the specific cell in the Notebook.

Use the **Run All from Here** to run the Notebook from the specific chosen cell

* This is most useful when creating and developing Notebook
* If you are confident about a certain section of your Notebook, you can skip
  running the entire Notebook, and pickup where you are focusing.

  ***

<Info>
  Reach out to [**team@julius.ai**](mailto:team@julius.ai) for support or to ask
  questions not answered in our documentation.
</Info>
