Skip to content

Instantly share code, notes, and snippets.

@nikosavola
Created November 22, 2021 13:19
Show Gist options
  • Save nikosavola/884cfe245e51f0eefde8dc690ba04831 to your computer and use it in GitHub Desktop.
Save nikosavola/884cfe245e51f0eefde8dc690ba04831 to your computer and use it in GitHub Desktop.
JupyterLab settings

Recommended extensions

  • @jupyterlab/katex-extension
  • @arbennett/base16-mexico-light
{
"shortcuts": [
{
"command": "runmenu:run-all",
"keys": [
"R",
"R"
],
"selector": "[data-jp-kernel-user]:focus"
},
{
"command": "runmenu:restart-and-run-all",
"keys": [
"0",
"R"
],
"selector": "[data-jp-kernel-user]:focus"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment