远程服务器配置

jupyter

step1: ssh -N -L 8888:localhost:8888 txr@ssh.mlbrainstorm.club -p 6000

8888为jupyter端口号

step2:jupyter notebook –port 8888

step3:本地浏览器 localhost:8888