http://localhost:8080)
. 8080
on the internet under an address such as b9d13315-f12a-4931-857c-ed6b4c59dcad.deepnoteproject.com
. You can use this address to access services running on port 8080
on your Deepnote machine. !python -m http.server 8080
into a block and run it. If incoming connections have been enabled as described above, you should be able to paste the provided link into a browser to connect to the running webserver.socat
which can forward traffic from port 8080
to the port of your choosing. You can use the example below to set up port forwarding with socat
in the terminal:host
to reach it from outside the local machine.