colab
colab 라이브러리 install하는 방법
코딩소비
2022. 8. 16. 16:38
!pip install --target=$my_path package_name
ex) !pip install --target=$my_path numpy
