commands.rst 774 B

12345678910111213141516171819202122232425
  1. .. _commands:
  2. Command Palette
  3. ===============
  4. All user actions in JupyterLab are processed through a centralized
  5. command system. These commands are shared and used throughout JupyterLab
  6. (menu bar, context menus, keyboard shortcuts, etc.). The command palette
  7. in the left sidebar provides a keyboard-driven way to search for and run
  8. JupyterLab commands:
  9. .. image:: images/command_palette.png
  10. :align: center
  11. :class: jp-screenshot
  12. .. _access-palette:
  13. The command palette can be accessed using the keyboard shortcut
  14. ``Command/Ctrl Shift C``:
  15. .. raw:: html
  16. <div class="jp-youtube-video">
  17. <iframe src="https://www.youtube-nocookie.com/embed/lPuj57UkxYs?rel=0&amp;showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  18. </div>