![[Jupyter Notebook] 셀 넓이 설정, 다크 모드](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2Fna4T8%2Fbtrf0r2HAAQ%2FAAAAAAAAAAAAAAAAAAAAAOau2JdULDCY55x5SpIL_zzBX9Wy6fRVjhQdHYyPUZ9P%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DU%252FpaYe3oAwzgAkMth5I23dVS%252BUA%253D)
딥상어동의 딥한 프로그래밍/Python2021. 9. 26. 22:18[Jupyter Notebook] 셀 넓이 설정, 다크 모드
셀 넓이 설정 from IPython.core.display import display, HTML display(HTML("")) 본인의 해상도에 맞게 width를 임의적으로 조절해주면 된다. 다크 모드 설정 pip3 install jupyterthemes jupyterthems를 우선 설정해준다. jt -l #jupyter name 리스트 확인 설치 후 위와 같이 명령어를 입력하면 아래와 같이 테마 이름을 확인할 수 있다. 여기서 chesterish를 jt -t chesterish 위와 같이 입력해주면 다크모드를 적용할 수 있다. 하지만! 따로 색상 보정을 하게 되면 기존에 튜닝했던 레이아웃들이 깨질 수 있다. 예를 들어, 나의 경우 Jupyter extention을 쓰고 있었는데, 확장 아이콘들이 모..