개발환경

cmd - 경로 이동 - jupyter-notebook 실행

python - idle 또는 vscode로.

형상관리는 github로.

github 소스 정리 필요

논문 관련 개발

cmd - 경로 이동

D:\python_study


d:\python_study ---> github 동기화되어있음

외부에서 작업 시 git pull 후 시작

git push 시

git add .

git commit -m "test"

git push -u origin master  또는

git push -u origin main