Keyboard shortcuts for Zeppelin Notebook

16,459

Solution 1

Here is a table for the shortcuts.

| shortcut          | meaning                           |
|-------------------|-----------------------------------|
| Ctrl + up         | move focus to previous paragraph  |
| Ctrl + down       | move focus to next paragraph      |
| Shift + Enter     | run the current paragraph         |
| Ctrl + Alt + c    | cancel paragraph                  |
| Ctrl + Alt + d    | remove paragraph                  |
| Ctrl + Alt + k    | move up                           |
| Ctrl + Alt + j    | move down                         |
| Ctrl + Alt + a    | insert new above                  |
| Ctrl + Alt + b    | insert new below                  |
| Ctrl + Alt + o    | toggle output                     |
| Ctrl + Alt + r    | toggle enable/disable             |
| Ctrl + Alt + e    | toggle editor                     |
| Ctrl + Alt + m    | toggle showing line numbers       |
| Ctrl + Shift + -  | width - 1                         |
| Ctrl + Shift + =  | width + 1                         |
| Ctrl + Alt + t    | toggle title                      |

Note: Some shortcut might not work depend on OS and browser.

Solution 2

There is a keyboard icon that lists them: enter image description here

It is is missing some e.g.

ctrl + /         comment whole line
ctrl + shift + / in-line comment
Share:
16,459
WestCoastProjects
Author by

WestCoastProjects

R/python/javascript recently and before that Scala/Spark. Machine learning and data pipelines apps.

Updated on June 03, 2022

Comments

  • WestCoastProjects
    WestCoastProjects almost 2 years

    There was an old jira for keyboard shortcuts. But there did not appear to be an associated document

    https://issues.apache.org/jira/browse/ZEPPELIN-391

    Is there a comprehensive cheat-sheet for the shortcuts? Especially to compare to the excellent jupyter keyboard shortcuts; e.g. dd to delete a cell.

  • WestCoastProjects
    WestCoastProjects over 7 years
    Thanks. Zeppelin is not working and nothing in the logs - so I can't verify these. Will take "on faith" for now .. and until I have time again to deal with this poorly documented and poor usability software.
  • WestCoastProjects
    WestCoastProjects about 6 years
    Are these the same for Mac?
  • Vikrant
    Vikrant over 4 years
    How to recover a deleted paragraph or cell?