내용 : Jupyter Notebook Theme 변경 (Python, Anaconda 무관) Step1. Jupyter Notebook 내 Terminal 들어가기 Step2. jupytertheme 설치 및 세팅 # jupyterthemes 설치 by PIP pip install jupyterthemes pip install --upgrade jupyterthemes pip install --upgrade notebook # jupyterthemes 설치 by conda conda install -c conda-forge jupyterthemes conda update jupyterthemes codna upgrade notebook # 최상의 결과를 위해서는 notebook 업데이트가 필수라고 합니다(notebook>=5.6.0) Step3.
Theme 적용 # 적용 가능한 테마 리스트 jt -l # onedork | grade3 | oceans16 | chesterish | ...
#
jupyter
#
테마
#
주피터테마변경
#
주피터테마
#
주피터노트북테마
#
주피터노트북
#
주피터
#
jupyterthemes
#
jupytertheme
#
테마변경
원문 링크 : [Jupyter] Jupyter Notebook 테마 변경