본문 바로가기
technicalStuff

[주피터 노트북] 에디터 색상 바꾸기

by holaf 2021. 1. 27.
반응형

주피터 노트북을 dark mode로 바꾸고 싶다면?

 

1. 주피터 테마를 깔아준다.

pip install jupyterthemes

 

2. 어떤 테마가 있는지 리스틀 확인한다.

jt -l

 

3. 원하는 테마로 변경한다.

jt -t chesterish

 

4. 주피터를 열고 변경된 테마를 확인한다!

 

저는 제공하는 테마가 생각보단 별로에서, 다시 Default 테마로 돌아왔습니다.

주피터는 무언가 날것 그대로의 느낌이 더 좋기도 하구요.

 

5. 주피터 테마를 기본으로 변경한다.

jt -r

 

 

참고

opentutorials.org/module/2957/17787

 

주피터 노트북(jupyter notebook) 설치 및 주피터테마 설정 - 코딩팁

서버-클라이언트 환경의 웹브라우저상에서 코딩하고 결과물까지 한화면에 볼수있는 편집기입니다. 아래로 길게 스크롤하면서 코딩을 할수있고, 여러가지 결과물을 한꺼번에 볼수 있어서 출판

opentutorials.org

stackoverflow.com/questions/40683123/how-to-reset-jupyter-notebook-theme-to-default

 

How to reset jupyter notebook theme to default?

I'm using the jupyter notebook installed with Anaconda (I'm on Mac). Few days ago, I wanted to change the theme to have a dark background, and I followed the instructions here. Namely, I've downloa...

stackoverflow.com

 

반응형

댓글