태그 보관물: jupyter-notebook

jupyter-notebook

원격 PDA를 연결하는 데 실패했습니다. 노트북을 실행하려고합니다. user@remote 내 로컬 컴퓨터에서

원격 원격 컴퓨터에서 jupyter 노트북을 실행하려고합니다. user@remote 내 로컬 컴퓨터에서 사용하십시오. 내가 그랬어.

local@host  $ ssh user@remote
password for user@remote: *******
user@remote $ ipython notebook --no-browser --port=8889

내 로컬 컴퓨터에서 다음을 수행합니다.

local@host  $ ssh -N -L localhost:8888:localhost:8889 user@remote
password for user@remote: *******

이걸 열면 ( localhost:8888 ) 내 브라우저에서 말한다

local@host  $ channel 2: open failed: connect failed: Connection refused



답변

에서 명령을 변경해보십시오.

localhost:8888:localhost:8889

8888:localhost:8889.


답변