【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
로 설정 ![](https://s1.md5.ltd/image/e4b27964a6165960fd36b921d9a14a9f.png)
![](https://s1.md5.ltd/image/4153b90f7ecd7ff11474bf950513f0db.png)
2. 셀내, 행마다 일련번호 표시를 설정
Settings
→ Advanced Settings Editor
→ Notebook
→ User Preferences
에 다음을 붙여넣기 {
"codeCellConfig": {
"lineNumbers": true
}
}
![](https://s1.md5.ltd/image/071126396080238a574f6c97b9ca0ee9.png)
![](https://s1.md5.ltd/image/c7fea27294fe6342a57ae6ed64ffab94.png)
![](https://s1.md5.ltd/image/fcf1ceeb6e6d3db4cc1b06a1ca726af6.png)
![](https://s1.md5.ltd/image/44fb932629e9dc8994f5285df6cfbb0b.png)
![](https://s1.md5.ltd/image/f6c0ab1016e00ea7be5f1aa80514407d.png)
Reference
이 문제에 관하여(【LOG】macOS|JupyterLab를 다크 테마로 하고, JupyterNotebook 셀행마다 일련번호 표시 설정으로 한다), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/tono5/items/bcd0e0f0978092f90660텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)