Run web applications directly from your server and access them through the browser with secure port forwarding.
echo $PORT_FORWARD_URL
in your terminal.
You can use this to immediately deploy and run apps directly in your notebook and securely share them on a public URL.
Here’s an example you can run in a notebook that launches a gradio server on localhost:5000
in your notebook server.
0.0.0.0
rather than just localhost
to ensure it’s accessible through port forwarding.