1. GIthub Repository 생성
GitHub: Let’s build from here
GitHub is where over 100 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and fea...
github.com

* your repository 클릭
주의할점 : Add a README file 체크

2. 코드 복사(git clone shift+insert)

3. 바탕화면 폴더 생성 체크 (git clone shift+insert) , 메모장 추가 생성

git clone shift+insert


4. NEW File : requirements.txt(라이브러리 입력)
numpy pandas matplotlib seaborn plotly scikit-learn jupyterlab streamlit pingouin scipy chardet gdown xlsxwriter sqlalchemy beautifulsoup4 mysql-connector-python pymysql

5. git bash 명령어 입력

(시간이 조금 걸립니다. 완료된 화면)

6. git 내용 입력(git add . / git commit -m "" / git push)

7. 쥬피터 랩 연동

GIT 가상환경 생성 완료