PS D:\pmj\python> git status On branch main Your branch is up to date with 'origin/main'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: python02.ipynb no changes added to commit (use "git add" and/or "git commit -a") PS D:\pmj\python> git add . warning: in the working copy of 'python02.ipynb', LF will be replaced by CRLF the next time Git touches it PS D:\pmj\python> git config --global core.autocrlf true PS D:\pmj\python> git add . PS D:\pmj\python> git status On branch main Your branch is up to date with 'origin/main'. Changes to be committed: (use "git restore --staged <file>..." to unstage) modified: python02.ipynb PS D:\pmj\python> git commit -m "리무브 추가" [main 9ffccdd] 리무브 추가 1 file changed, 11 insertions(+), 1 deletion(-) PS D:\pmj\python> git remote -v origin https://github.com/pmj8298/python.git (fetch) origin https://github.com/pmj8298/python.git (push) PS D:\pmj\python> git push Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 16 threads Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 402 bytes | 402.00 KiB/s, done. Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0) remote: Resolving deltas: 100% (1/1), completed with 1 local object. To https://github.com/pmj8298/python.git 629170e..9ffccdd main -> main PS D:\pmj\python>
이거 따라하면 된다잉 PS D:\pmj\python> git status On branch main Your branch is up to date with 'origin/main'. Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified: python02.ipynb no changes added to commit (use "git add" and/or "git commit -a") PS D:\pmj\python> git add . warning: in the working copy of 'python02.ipynb', LF will be replaced by CRLF the next time Git touches it PS D:\pmj\python> git status On branch main Your branch is up to date with 'origin/main'. Changes to be committed: (use "git restore --staged <file>..." to unstage) modified: python02.ipynb PS D:\pmj\python> git commit -m "pop 추가" [main 5320e78] pop 추가 1 file changed, 64 insertions(+), 5 deletions(-) PS D:\pmj\python> git remote -v origin https://github.com/pmj8298/python.git (fetch) origin https://github.com/pmj8298/python.git (push) PS D:\pmj\python> git push Enumerating objects: 5, done. Counting objects: 100% (5/5), done. Delta compression using up to 16 threads Compressing objects: 100% (3/3), done. Writing objects: 100% (3/3), 724 bytes | 724.00 KiB/s, done. Total 3 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0) remote: Resolving deltas: 100% (1/1), completed with 1 local object. To https://github.com/pmj8298/python.git 9ffccdd..5320e78 main -> main
내 인증키: qLM4EgBJlsALv8840xOD54Qy5b7Ap6de
https://www.koreaexim.go.kr/site/program/financial/exchangeJSON?authkey=qLM4EgBJlsALv8840xOD54Qy5b7Ap6de&data=AP01
바탕화면 새로만들기 메모장 이름바꾸기 -아무거나
@echo off echo jupyter lab starting... timeout 30 /nobreak cd d:\pmj\python && jupyter lab pause
.txt 지우고 .bat로 바꾸기
만약에 바탕화면에서 눌렀는데 파일 위치가 이상하게 지정되면 원래 python파일 저장하는 곳에 옮겨 놓기
시작프로그램 가서(검색창에 shell:startup 입력) 바로가기 만들어서 하면 컴터 키면 바로 실행됨