profile
Data science & Machine learning, baking and reading(≪,≫)
post-thumbnail

Pycharm에 Gitlab 연동하기 (Gitlab plugin, login)

Pycharm에 gitlab 플러그인 설치 우선 본격적인 작업을 시작하기 전에, Pycharm에서 Gitlab 연동이 처음이라면 GitLab Projects 플러그인부터 설치해준다. [Preferences>Plugins] Marketplace에 gitlab 검색,

2023년 3월 21일
·
0개의 댓글
·
post-thumbnail

[Mac] 기기변경 할 때마다, 환경설정 다시 하니? (Feat. Git, Pycharm)

Pycharm 실행 및 Git 상태 확인

2022년 8월 18일
·
0개의 댓글
·
post-thumbnail

Pycharm에서 .py 파일 돌리는 방법

Run>Edit Configurations 진입Run 설정하기Parameters 설정{paramter1이름} {paramter1값} {paramter2이름} {paramter2값} ... 형식으로 설정Python interpreter 설정Pycharm console창에

2022년 5월 24일
·
0개의 댓글
·
post-thumbnail

Pycharm에서 git으로 코드 버전관리하기

새로 코드 작업을 시작하기 전 무조건 fetch/pull부터 받고 시작한다!Git>fetchGit>pull

2022년 5월 24일
·
0개의 댓글
·
post-thumbnail

Pycharm에서 git repository 연동하기

Pycharm에서 기존에 존재하던 git repository를 clone하여 새로운 프로젝트를 생성하는 방법 소개

2022년 5월 17일
·
0개의 댓글
·