As far as seeing the port number is concerned, yes, that is normal. plotly.py uses a port to communicate the information about your figure to the browser.
Does your issue only occur in Chrome or does it persist in other web browsers? For example, if you change your default browser to Firefox and then run fig.show(), are you able to view your figure?
Okay I’ve tried, and embarrassingly it works with firefox, and on chrome on another computer.
How can I troubleshoot what is going wrong with Chrome on this computer? AFAIK I do not have any add-ons / extensions that stop JavaScript - It’s the same chrome account on two computers.
I am receiving a similar error. I cannot get the image to recognize using Firefox in a Windows10 browser. Oddly, I am able to run successfully using a localhost jupyter notebook on Firefox in Ubuntu 20.04 VM.