commands.rst 650 B

1234567891011121314151617181920
  1. .. _commands:
  2. Command Palette
  3. ===============
  4. All user actions in JupyterLab are processed through a centralized command
  5. system. These commands are shared and used throughout JupyterLab (menu bar,
  6. context menus, keyboard shortcuts, etc.). The command palette provides a
  7. keyboard-driven way to search for and run JupyterLab commands:
  8. .. image:: images/command_palette.png
  9. :align: center
  10. :class: jp-screenshot
  11. .. _access-palette:
  12. The command palette can be accessed from the View menu or using the keyboard shortcut
  13. ``Command/Ctrl Shift C``.
  14. The command palette can be displayed in the sidebar by adding ``'modal': false`` to the Settings.