[google colab] Changing directory in Google colab


%cd

to change the current working directory

Examples

%cd "your_path"


!pwd

return the current working directory path

Examples

!pwd



further information

댓글

이 블로그의 인기 게시물

[opencv-python] 이미지 크기조절(resize) 하는 법

[python] selenium close와 quit 차이점

[python]파이썬: csv reader header skip (첫번째 행 무시하기, 안읽기)