원격 원격 컴퓨터에서 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