Execute remote Jupyter Notebooks on local visual studio code
I have a remote Jupyter server on the port 9292 on the ip 192.168.10.92. I can tunnel this port no my http://localhost:9292/ through ssh: ssh -L localhost:9292:localhost:9292 [email protected] This enable me to connect to the remote Jupyter server using my…