Mario
Mario

Reputation: 1976

Is there any way to run/execute cells after a certain cell in Databrick notebook?

I'm wondering if it is possible to run cells after a certain cell on Databricks notebook instead of Run All option on top of notebook?

Upvotes: 0

Views: 3129

Answers (1)

Alex Ott
Alex Ott

Reputation: 87279

If you click onto the keyboard symbol in the menu, it will show you available shortcuts. What you need is <Shift>+<Option>+<Down>: Run all below commands (inclusive) (on Mac, on Window it could be slightly different combination). Or if you click onto the dropdown symbol of > character, you will see "Run all below" (see the docs)

Upvotes: 1

Related Questions