{
// Notebook
// @jupyterlab/notebook-extension:tracker
// Notebook settings.
// **************************************
// Code Cell Configuration
// The configuration for all code cells.
"codeCellConfig": {
"autoClosingBrackets": true,
"fontFamily": "D2Coding",
"fontSize": 18,
"lineHeight": null,
"lineNumbers": false,
"lineWrap": "off",
"matchBrackets": true,
"readOnly": false,
"insertSpaces": true,
"tabSize": 4,
"wordWrapColumn": 80,
"rulers": [],
"codeFolding": false,
"lineWiseCopyCut": true
},
// Default cell type
// The default type (markdown, code, or raw) for new cells
"defaultCell": "code",
// Shut down kernel
// Whether to shut down or not the kernel when closing a notebook.
"kernelShutdown": false,
// Markdown Cell Configuration
// The configuration for all markdown cells.
"markdownCellConfig": {
"autoClosingBrackets": false,
"fontFamily": "D2Coding",
"fontSize": 18,
"lineHeight": null,
"lineNumbers": false,
"lineWrap": "on",
"matchBrackets": false,
"readOnly": false,
"insertSpaces": true,
"tabSize": 4,
"wordWrapColumn": 80,
"rulers": [],
"codeFolding": false,
"lineWiseCopyCut": true
},
// Raw Cell Configuration
// The configuration for all raw cells.
"rawCellConfig": {
"autoClosingBrackets": false,
"fontFamily": "D2Coding",
"fontSize": 18,
"lineHeight": null,
"lineNumbers": false,
"lineWrap": "on",
"matchBrackets": false,
"readOnly": false,
"insertSpaces": true,
"tabSize": 4,
"wordWrapColumn": 80,
"rulers": [],
"codeFolding": false,
"lineWiseCopyCut": true
},
// Recording timing
// Should timing data be recorded in cell metadata
"recordTiming": false,
// Scroll past last cell
// Whether to be able to scroll so the last cell is at the top of the panel
"scrollPastEnd": true
}
'컴퓨터 > Python' 카테고리의 다른 글
pyside2 공부하자 (0) | 2020.12.22 |
---|---|
python excel 파일을 mysql 올리기 (0) | 2020.12.17 |
jupyter notebook 사용법 가상환경 만들기 (0) | 2020.11.25 |
python 유튜브 영상 다운로드 관련 (0) | 2020.11.18 |
pyside2 QDialog WindowIcon WindowTitle (0) | 2020.11.10 |