【LOG】macOS|JupyterLab를 다크 테마로 하고, JupyterNotebook 셀행마다 일련번호 표시 설정으로 한다
1834 단어 JupyterLabMac
환경
macOS BigSur Version : 11.2.2
pip3 Version : 21.0.1
1. JupyterLab Light → JupyterLab Dark로 설정
Settings
→ JupyterLab Theme
→ JupyterLab Dark
로 설정 2. 셀내, 행마다 일련번호 표시를 설정
Settings
→ Advanced Settings Editor
→ Notebook
→ User Preferences
에 다음을 붙여넣기 {
"codeCellConfig": {
"lineNumbers": true
}
}
Reference
이 문제에 관하여(【LOG】macOS|JupyterLab를 다크 테마로 하고, JupyterNotebook 셀행마다 일련번호 표시 설정으로 한다), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tono5/items/bcd0e0f0978092f90660텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)