Localhost refused to connect

Hi @Joshmantova , to configure the Jupyterlab Prodigy extension, (in Jupyterlab) head to "Settings" > "Advanced Settings Editor" > "Prodigy Jupyter Extension" then update the prodigyConfig with the URL you're checking. It might also be better if you enable HTTP (or HTTPS) traffic in your Google Cloud VM (or the VM where the Vertex AI notebook runs).

Not sure what you meant by this. Where do you see that "0.0.0.0":80 is being run? For reference, my prodigy.json config shows this:

{
"port": 8080,
"host": "0.0.0.0"
}

Perhaps PRODIGY_HOST=0.0.0.0 should do the trick so that it won't parse the quotation marks :thinking: