본문 바로가기
둘/[ Python ]

[Colab] library 설치 시, 조용히 설치

by Kieran_Han 2024. 12. 13.
!pip -q install pandas
!pip -q install numpy
!pip -q install tensorflow

!pip -q install NAME

"-q"를 추가할 경우 설치 code 긴 줄 없이 설치됨

Error 발생 시, Error는 알려줌