HeYStRanGeR
article thumbnail
Published 2023. 5. 27. 15:06
jupyter notebook setting Coding/기타

(23.01.02)

임시저장에 있던 글이구만!


 

[설치]

jupyter 설치 (내가 사용하고자하는 서버의 도커 터미널에서 시작)

pip3 install -upgrade pip
pip3 install jupyter

 

 

[실행]

1. 내 로컬에서 portforwarding 하기

ssh -L 8888:localhost:8888 아이디@서버주소 -p 포트번호(도커)

 

2. 도커에서 tmux 생성하고 juypter notebook 실행

tmux new -s jupyter
cd private
jupyter notebook --port 8888 --no-browser

 

3. 주소 복사하여 로컬 환경의 브라우저에서 실행하면 끝

 

728x90
profile

HeYStRanGeR

@HeYStRanGeR

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!