Guides
Port Forwarding
Easily share your applications and services straight from your notebook servers.
Getting Started
Every notebook server has their own port forwarding URL that you can find by running echo $PORT_FORWARD_URL
in your terminal.
You can use this to deploy and run apps directly in your notebook and securely share them immediately 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.
python