[파이썬기초] 주피터 노트북 테마 및 디자인 변경

2020. 3. 23. 10:27노트/Python : 프로그래밍



 

  • 윈도우 > 아나콘다 프롬프트 클릭 

 

  • jupyter 테마 설치 
(base) C:\Users\student>pip install jupyterthemes 

 

 

  •  jupyter 테마 리스트 보기 
(base) C:\Users\student>Anaconda3\Scripts\jt -l

 

 

  • jupyter 테마 메뉴 선택 
(base) C:\Users\student>Anaconda3\Scripts\jt -t cheterish

 

 

  •  jupyter 테마 default로 되돌리기 
(base) C:\Users\student>Anaconda3\Scripts\jt -r