123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365 |
- {
- "jupyter.lab.setting-icon": "ui-components:notebook",
- "jupyter.lab.setting-icon-label": "Notebook",
- "jupyter.lab.shortcuts": [
- {
- "command": "notebook:change-cell-to-code",
- "keys": ["Y"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-heading-1",
- "keys": ["1"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-heading-2",
- "keys": ["2"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-heading-3",
- "keys": ["3"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-heading-4",
- "keys": ["4"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-heading-5",
- "keys": ["5"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-heading-6",
- "keys": ["6"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-markdown",
- "keys": ["M"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:change-cell-to-raw",
- "keys": ["R"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:copy-cell",
- "keys": ["C"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:cut-cell",
- "keys": ["X"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:delete-cell",
- "keys": ["D", "D"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:enter-command-mode",
- "keys": ["Escape"],
- "selector": ".jp-Notebook.jp-mod-editMode"
- },
- {
- "command": "notebook:enter-command-mode",
- "keys": ["Ctrl M"],
- "selector": ".jp-Notebook.jp-mod-editMode"
- },
- {
- "command": "notebook:enter-edit-mode",
- "keys": ["Enter"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:extend-marked-cells-above",
- "keys": ["Shift ArrowUp"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:extend-marked-cells-above",
- "keys": ["Shift K"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:extend-marked-cells-top",
- "keys": ["Shift Home"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:extend-marked-cells-below",
- "keys": ["Shift ArrowDown"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:extend-marked-cells-bottom",
- "keys": ["Shift End"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:extend-marked-cells-below",
- "keys": ["Shift J"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:insert-cell-above",
- "keys": ["A"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:insert-cell-below",
- "keys": ["B"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:merge-cells",
- "keys": ["Shift M"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:move-cursor-down",
- "keys": ["ArrowDown"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:move-cursor-down",
- "keys": ["J"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:move-cursor-up",
- "keys": ["ArrowUp"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:move-cursor-up",
- "keys": ["K"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:paste-cell-below",
- "keys": ["V"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:redo-cell-action",
- "keys": ["Shift Z"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:run-cell",
- "keys": ["Ctrl Enter"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:run-cell",
- "keys": ["Ctrl Enter"],
- "selector": ".jp-Notebook.jp-mod-editMode"
- },
- {
- "command": "notebook:run-cell-and-insert-below",
- "keys": ["Alt Enter"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:run-cell-and-insert-below",
- "keys": ["Alt Enter"],
- "selector": ".jp-Notebook.jp-mod-editMode"
- },
- {
- "command": "notebook:run-in-console",
- "keys": [""],
- "selector": ".jp-Notebook.jp-mod-editMode"
- },
- {
- "command": "notebook:run-cell-and-select-next",
- "keys": ["Shift Enter"],
- "selector": ".jp-Notebook.jp-mod-editMode"
- },
- {
- "command": "viewmenu:line-numbering",
- "keys": [""],
- "selector": ".jp-Notebook.jp-mod-commandMode"
- },
- {
- "command": "viewmenu:match-brackets",
- "keys": [""],
- "selector": ".jp-Notebook.jp-mod-commandMode"
- },
- {
- "command": "notebook:select-all",
- "keys": ["Accel A"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:split-cell-at-cursor",
- "keys": ["Ctrl Shift -"],
- "selector": ".jp-Notebook.jp-mod-editMode"
- },
- {
- "command": "notebook:toggle-all-cell-line-numbers",
- "keys": ["Shift L"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:toggle-cell-line-numbers",
- "keys": ["L"],
- "selector": ".jp-Notebook:focus"
- },
- {
- "command": "notebook:undo-cell-action",
- "keys": ["Z"],
- "selector": ".jp-Notebook:focus"
- }
- ],
- "title": "Notebook",
- "description": "Notebook settings.",
- "definitions": {
- "editorConfig": {
- "properties": {
- "autoClosingBrackets": {
- "type": "boolean"
- },
- "fontFamily": {
- "type": ["string", "null"]
- },
- "fontSize": {
- "type": ["integer", "null"],
- "minimum": 1,
- "maximum": 100
- },
- "lineHeight": {
- "type": ["number", "null"]
- },
- "lineNumbers": {
- "type": "boolean"
- },
- "lineWrap": {
- "type": "string",
- "enum": ["off", "on", "wordWrapColumn", "bounded"]
- },
- "matchBrackets": {
- "type": "boolean"
- },
- "readOnly": {
- "type": "boolean"
- },
- "insertSpaces": {
- "type": "boolean"
- },
- "tabSize": {
- "type": "number"
- },
- "wordWrapColumn": {
- "type": "integer"
- },
- "rulers": {
- "type": "array",
- "items": {
- "type": "number"
- }
- },
- "codeFolding": {
- "type": "boolean"
- }
- },
- "additionalProperties": false,
- "type": "object"
- }
- },
- "properties": {
- "codeCellConfig": {
- "title": "Code Cell Configuration",
- "description": "The configuration for all code cells.",
- "$ref": "#/definitions/editorConfig",
- "default": {
- "autoClosingBrackets": true,
- "fontFamily": null,
- "fontSize": null,
- "lineHeight": null,
- "lineNumbers": false,
- "lineWrap": "off",
- "matchBrackets": true,
- "readOnly": false,
- "insertSpaces": true,
- "tabSize": 4,
- "wordWrapColumn": 80,
- "rulers": [],
- "codeFolding": false
- }
- },
- "defaultCell": {
- "title": "Default cell type",
- "description": "The default type (markdown, code, or raw) for new cells",
- "type": "string",
- "enum": ["code", "markdown", "raw"],
- "default": "code"
- },
- "kernelShutdown": {
- "title": "Shut down kernel",
- "description": "Whether to shut down or not the kernel when closing a notebook.",
- "type": "boolean",
- "default": false
- },
- "markdownCellConfig": {
- "title": "Markdown Cell Configuration",
- "description": "The configuration for all markdown cells.",
- "$ref": "#/definitions/editorConfig",
- "default": {
- "autoClosingBrackets": false,
- "fontFamily": null,
- "fontSize": null,
- "lineHeight": null,
- "lineNumbers": false,
- "lineWrap": "on",
- "matchBrackets": false,
- "readOnly": false,
- "insertSpaces": true,
- "tabSize": 4,
- "wordWrapColumn": 80,
- "rulers": [],
- "codeFolding": false
- }
- },
- "rawCellConfig": {
- "title": "Raw Cell Configuration",
- "description": "The configuration for all raw cells.",
- "$ref": "#/definitions/editorConfig",
- "default": {
- "autoClosingBrackets": false,
- "fontFamily": null,
- "fontSize": null,
- "lineHeight": null,
- "lineNumbers": false,
- "lineWrap": "on",
- "matchBrackets": false,
- "readOnly": false,
- "insertSpaces": true,
- "tabSize": 4,
- "wordWrapColumn": 80,
- "rulers": [],
- "codeFolding": false
- }
- },
- "scrollPastEnd": {
- "title": "Scroll past last cell",
- "description": "Whether to be able to scroll so the last cell is at the top of the panel",
- "type": "boolean",
- "default": true
- },
- "recordTiming": {
- "title": "Recording timing",
- "description": "Should timing data be recorded in cell metadata",
- "type": "boolean",
- "default": false
- }
- },
- "additionalProperties": false,
- "type": "object"
- }
|