리눅스나 맥에서 kaggle json 등록하기

kaggle python R

In the process of kaggle linking to R,python…

Jongseon, Han https://hanjongseon.github.io
03-07-2021
pip install kaggle
#kaggle 패키지 설치
1.pip install kaggle
# 자기 홈디렉토리의 .kaggle로 이동
# ~/과 ./를 볼수 있는데 ~인 경우는 기본적인 홈디렉토리를 의미하고 .의 경우는 현디렉토리를 의미한다.
2.cd ~/.kaggle
#홈페이지에가서 key를 받고..
3.homepage www.kaggle.com -> Your Account -> Create New API token
#다운받은 json 파일을 옮긴다.당연히 mv는 이동을 하고자 할떄 쓰는 명령어이다.
#패키지 설치할 떄 종종 쓰이니 알아두면 괜찮다.
4.mv ~/Downloads/kaggle.json ./
#이후 권한을 설정해준다. chmod는 권한설정 명령어이다. 
5.chmod 600 ./kaggle.json

Citation

For attribution, please cite this work as

Han (2021, March 7). Jongseon Han: 리눅스나 맥에서 kaggle json 등록하기. Retrieved from https://hanjongseon.github.io/posts/2021-03-07-kaggleinstall/

BibTeX citation

@misc{han2021리눅스나,
  author = {Han, Jongseon,},
  title = {Jongseon Han: 리눅스나 맥에서 kaggle json 등록하기},
  url = {https://hanjongseon.github.io/posts/2021-03-07-kaggleinstall/},
  year = {2021}
}