Hello @tomasz and I were attempting to display a .qzv in a Jupyter notebook using an IFrame and the following code snippet:
import IPython
url = 'https://view.qiime2.org/visualization/?type=html&src=https%3A%2F%2Fdl.dropbox.com%2Fs%2Fgs7yjssl5xk0xb5%2Fmerged_kraken_phylum_table.qzv%3Fdl%3D1'
iframe = ''
IPython.display.HTML(iframe)
Running this in an active Jupyter notebook works great, but when we saved the notebook as an html file (target audience is non-technical) and opened in in Chrome to verify performance we got an odd message that the "Page was not found".
The qzv is definitely recognized and the hyperlinks are good because we can view provenance and peek, but the actual visualization does not display anything other than the Qiime2View logo and menus at the top and the error message.
Anyone run into this before and/or know of a workaround?