How to Run all Cells at Once Jupyter Notebook

If you want to run all the Cells you have in your Python Jupyter Notebook an once, then you can do that by going to the Menu: Run -> Run All Cells

Run All Cells Option Jupyter Notebook

Once this was done, you can see that all the cells ran at once!

Ran All Cells at Once Output in Jupyter Notebook

Run All Cells using Keyboard

    You can do this using keyboard as well,

    For Mac

    1. Select All Cells using Command + A key.
    2. Run the cells using Command + Enter.

    For Windows/Linux

    1. Select All Cells using Control + A key.
    2. Run the cells using Shift + Enter.

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!