본문 바로가기
Docker

[Docker] [jupyter] Docker에서 jupyter 사용하기

by Chandler.j 2022. 6. 13.
반응형

fig1. title

1. jupyter image 가져오기

2. container 생성

3. jupyter 실행

 


1. jupyter image 가져오기

https://hub.docker.com/r/jupyter/datascience-notebook

  docker pull jupyter/datascience-notebook

 

jupyter/docker-stacks

https://github.com/jupyter/docker-stacks


2. container 생성 

2.1. docker desktop

Images 탭에서 RUN 클릭

Options에서 container name과 ports 설정 후 Run 클릭

 


3. jupyter 실행

open with browser 클릭

해당 웹 페이지 나옴

토큰이 필요함

terminal 진입

터미널에 jupyter server list 치면 토큰 나옴

$ jupyter server list

토큰 넣어주면 로그인 됨

 


TOP

Designed by 티스토리