0

When I click on a databricks results display (to copy it), the page refreshes and does a page up. And then it comes back to the same cell. Also when I do ctrl+C on the display cell(copy), the notebook starts execution!

What am I doing wrong? Did I change any setting?

Blue Clouds
  • 7,295
  • 4
  • 71
  • 112

1 Answers1

0

All notebook tasks are supported by UI actions, but you can also perform many tasks using keyboard shortcuts. Toggle the shortcut display by clicking the Keyboard Icon enter image description here.

To copy the cell you need to use Ctrl+Alt+C.

enter image description here

For more details, refer Azure Databricks - Use notebooks.

CHEEKATLAPRADEEP
  • 12,191
  • 1
  • 19
  • 42