# 주피터 노트북
총 3개의 포스트

오류 해결 : CalledProcessError: Command '['dot', '-Tsvg']' returned non-zero exit status 1. [stderr: b'Format: "svg" not recognized. No formats found.\r\nPerhaps "dot -c" needs to be run (with installer\'s privileges) to register the plugins?\r\n']
(참조 : https://stackoverflow.com/questions/37655977/error-command-dot-v-returned-non-zero-exit-status-5-when-using-iris)해결 안됨C:\\Program Files\\Gr
2020년 8월 26일
·
3개의 댓글
파이썬 개발환경 : 아나콘다 (주피터 노트북 VS 스파이더)
앞서 소개한 파이썬 + 비주얼 스튜디오 코드 조합은 파이썬 기본 라이브러리 외에 필요한 외부 라이브러리(패키지)를 일일이 찾아서 설치해야 한다. 이번에 구성할 개발 환경은 파이썬 기본 프로그램과 함께 많이 사용하는 패키지와 통합 개발 환경을 한 번에 설치할 수 있는
2020년 7월 8일
·
0개의 댓글
주피터 노트북 테마 변경
jupyterthemes 을 이용해서 주피터 노트북의 테마를 변경해봅시다.깃허브 링크: https://github.com/dunovank/jupyter-themeschesterishgrade3gruvboxdgruvboxlmonokaioceans16onedork
2020년 3월 19일
·
2개의 댓글