0

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?

Mario
  • 1,631
  • 2
  • 21
  • 51

1 Answers1

1

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)

Alex Ott
  • 80,552
  • 8
  • 87
  • 132