Jupyter Notebook_초기 설정
Jupyter Notebook 테마 바꾸기 : jupyter-themes
# jupyter-themes Git-Hub
https://github.com/dunovank/jupyter-themes
# conda 를 이용한 jupyterthemes 설치
% conda install -c conda-forge -y jupyterthemes
--channel CHANNEL : -c CHANNEL : Additional channel to search for packages
# 맞춤 테마 설정
% jt -t oceans16 -cellw 95% -N -kl -altmd -cursw 2.5 -lineh 160 -T
Nbextensions
Nbextensions install
# jupyter_contrib_nbextensions Git-Hub
https://github.com/ipython-contrib/jupyter_contrib_nbextensions
# conda 를 이용한 jupyter_contrib_nbextensions 설치
% conda install -c conda-forge -y jupyter_contrib_nbextensions
Jupyter Notebook 목록 넣기
# 활성화
Nbextensions
Table of Contents 확성화
Autopep8: PEP 8 - Style Guide for Python Code
# autopep8 Git-Hub
https://github.com/conda-forge/autopep8-feedstock
# conda 를 이용한 autopep8 설치
% conda install autopep8
% conda install -c conda-forge -y autopep8
-c : CHANNEL
# 활성화
Nbextensions
Autopep8 활성화
# Hot keys
단일 셀을 고칠 때 : ctrl + l
모든 셀을 고칠 때 : ctrl + shift + l
ExcuteTime: 샐 실행시 소요시간 표시
# 활성화
Nbextensions
ExcuteTime 활성화
Author And Source
이 문제에 관하여(Jupyter Notebook_초기 설정), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@zivary/Jupyter-Notebook초기-설정저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)