Cannot print data tables/charts on Jupyter notebook due to an error

Every time I try to print data using Plotly I get this error:

“PlotlyError: Because you didn’t supply a ‘file_id’ in the call, we’re assuming you’re trying to snag a figure from a url. You supplied the url, ‘https://chart-studio.plotly.com/~“username”/0’, we expected it to start with ‘https://plotly.com’.
Run help on this function for more information.”

I am able to watch this data in an another window, since the error also gives me a link to do that. I have already tried the following:
-installing different versions of Plotly
-changing my Plotly domain to https://plotly.com in .config file

All help will be appreciated! Thank you

Just in case anyone else gets the same error; try changing your “plotly_domain” to “https://chart-studio.plotly.com/”