Data Analysis & ML
Jupyter notebook - %matplotlib inline
dev.wookii
2020. 3. 2. 11:53
'%matplotlib inline'이라는 commend는 jupyter notebook에서 matplotlib을 시각화한 결과를 바로 볼 수 있도록 하는 것이다. 다른 함수도 lnline을 활용하면 바로 결과를 볼 수 있을 것이다.
결론
%matplotlib inline 의 역할은 notebook을 실행한 브라우저에서 바로 그림을 볼 수 있게 해주는 것 입니다.
출처: https://korbillgates.tistory.com/85