Closed FerchoHQ closed 5 days ago
Hi there,
Thanks for giving this package a try. Yes, as you have found correctly that there are still output visualizations which are not correctly displayed with the qzv-viewer.
However, since you are using Jupyter notebooks, there is another working QIIME 2 notebook extension out there (unrelated to qzv-viewer). You can install it by running the following command in your terminal before opening the Jupyter interface:
jupyter serverextension enable --py qiime2 --sys-prefix
After opening the jupyter notebook with jupyter notebook
, you can display all QIIME 2 visualizations inline with the following commands:
from qiime2 import Visualization
Visualization.load(<INSERT_PATH2FILE>)
I hope this helps.
Hi,
Thank you so much for your help, I'll use this information.
Kind regards.
On Thu, Jun 30, 2022 at 8:48 AM Anja Adamov @.***> wrote:
Hi there,
Thanks for giving this package a try. Yes, as you have found correctly that there are still output visualizations which are not correctly displayed with the qzv-viewer.
However, since you are using Jupyter notebooks, there is another working QIIME 2 notebook extension out there (unrelated to qzv-viewer). You can install it by running the following command in your terminal before opening the Jupyter interface:
jupyter serverextension enable --py qiime2 --sys-prefix
After opening the jupyter notebook with jupyter notebook, you can display all QIIME 2 visualizations inline with the following commands:
from qiime2 import Visualization Visualization.load(
) I hope this helps.
— Reply to this email directly, view it on GitHub https://github.com/adamovanja/qzv-viewer/issues/1#issuecomment-1171243254, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMDUXA6NP2NAYLV5QCKB3SDVRWQTTANCNFSM5ZNL5MTQ . You are receiving this because you authored the thread.Message ID: @.***>
P.S. for the above command (jupyter serverextension enable --py qiime2 --sys-prefix
) to run, you need to install another conda package with conda install jupyter_contrib_nbextensions
Hi,
I´m using this tool, I can see all my qzv files too easy, but I have an issue with 3 files:
Note: I can see normally on https://view.qiime2.org/
Thanks for your time, kind regards.