Deep Learning
로컬 GPU 코랩에 연결하기 (Jupyter notebook)
미국에 사는 소년
2024. 6. 10. 06:22
반응형
1. Conda 또는 Local에서 jupyter notebook 실행하기
jupyter notebook --NotebookApp.allow_origin='https://colab.research.google.com' --port=8888 --NotebookApp.port_retries=0
위 사진의 URL 복사
2. Colab 열기
Connect !!
정상적으로 연결되었음
반응형