tensorflow / tensorboard

TensorFlow's Visualization Toolkit
Apache License 2.0
6.73k stars 1.66k forks source link

WitWidget not displaying in firefox #2505

Open marota opened 5 years ago

marota commented 5 years ago

I have been trying to run the What_if_Tool_Usage_notebook to successfully display the WitWidget at the end. I eventually managed to succeed on a Mac OS both in Colab and Jupyter notebook through a Chrome Browser.

However, I have been quite unsuccessful using firefox (68.0.1) browser ion the same computer either with colab or jupyter: the WitWidget remains blank. For a while I have been trying to run this notebook on a Fedora OS through firefox (Chrome not being allowed), and the witwidget also desperately remained blank.

Is it really possible to run the WitWidget through Firefox? Do you see a solution to that ?

Thanks for your help!

nfelt commented 5 years ago

@marota does anything show up in the JS console when it fails to display on Firefox?

cc @jameswex FYI

marota commented 5 years ago

ColabScreenshot_ConsoleJS No unfortunately nothing seems to pop up in the JS web console.

jameswex commented 5 years ago

I believe running WitWidget through Firefox will require some updates to the widget, as webcomponents need to be polyfilled in Firefox and loaded before the WIT webcomponent can be created. We can keep this issue open to track enabling its use in Firefox.

marota commented 5 years ago

Thanks for your feedback. It would be really great if you could make it work in Firefox!