Divide and Conquer
[Jupyter] notebook 자동 줄바꿈 본문
728x90
C:\Users\사용자명\.jupyter\nbconfig\notebook.json
C:\Users\012vi\.jupyter\nbconfig
{
"Notebook": {
"Header": true,
"Toolbar": true,
"lineWrapping": true
},
"Cell": {
"cm_config": {
"lineNumbers": true,
"lineWrapping": true
}
}
}
반응형
'성장캐 > 기타' 카테고리의 다른 글
[Jupyter] nbconvert failed: xelatex not found on PATH, if you have not installed xelatex you may need to do so. Find further instructions at https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex. (0) | 2022.05.12 |
---|---|
[Jupyter] notebook 셀 크기 변경 (0) | 2022.05.09 |
[Jupyter] 한글 폰트 영구 등록 (0) | 2022.05.06 |
[Jupyter] notebook 위치 지정 (0) | 2022.05.06 |
[Python] 기본 문법 및 Numpy (0) | 2022.04.25 |
Comments