Skip to content

Instantly share code, notes, and snippets.

@ashigeru
Created March 8, 2018 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashigeru/536e34ac2b6be30ab01f2edcec2dc93e to your computer and use it in GitHub Desktop.
Save ashigeru/536e34ac2b6be30ab01f2edcec2dc93e to your computer and use it in GitHub Desktop.
JupyterLab settings
{
"notebook:close-and-shutdown": {
"command": "notebook:close-and-shutdown",
"keys": [
"Alt W"
],
"selector": ".jp-Notebook"
},
"notebook:change-cell-to-raw": {
"command": "notebook:change-cell-to-raw",
"keys": [],
"selector": ".jp-Notebook:focus"
}
}
{
"codeCellConfig": {
"lineNumbers": true,
"tabSize": 4
},
"markdownCellConfig": {
"autoClosingBrackets": true,
"matchBrackets": true,
"tabSize": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment