Skip to content

Instantly share code, notes, and snippets.

@adamelliotfields
Created July 19, 2024 21:56
Show Gist options
  • Save adamelliotfields/60595b989779101d3464cbdcdbed350d to your computer and use it in GitHub Desktop.
Save adamelliotfields/60595b989779101d3464cbdcdbed350d to your computer and use it in GitHub Desktop.
JupyterLab Cell Toolbar Items

JupyterLab Cell Toolbar Items

To add an item to the cell toolbar, go to Settings > Settings Editor > Cell Toolbar. Each item gets a name, command, and icon.

Run Cell

  • Unique name: run-cell
  • Command id: notebook:run-cell
  • Item icon id: ui-components:run

Copy Cell Output

  • Unique name: copy-cell
  • Command id: notebook:copy-to-clipboard
  • Item icon id: ui-components:copy

Clear Cell Output

  • Unique name: clear-cell
  • Command id: notebook:clear-cell-output
  • Item icon id: ui-components:clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment