I am mostly using qiime2 via python API in jupyter notebook.
Great to have all commands and visualizations on one page.
The problem is I cannot see usual plots from matplotlib on the same notebook with qiime2 visualizations.
What I do now is saving figures and check them in another tab.
Same things occur in qiime2-2020.6 and later versions up to 2022.2 environments,
last one freshly installed.
Figures are displayed when I use matplotlib in non-qiime2 environments.
Any thoughts what may be causing it and way around it?
Hi!
I moved your questions to 'Other bioinformatics tools' section since it is related more to Jupyter notebooks rather than qiime2 issues.
I use matplotlib inside if Qiime2 environments quite often via Jupyter lab, no problems so far.
Just in case - did you try to put %matplotlib inline somewhere when importing libraries?
I am not aware of it but probably in newer versions. I think you can't install the latest version of Jupyter inside of Qiime2 environment because of python version and other dependencies. It is why the same code works outside of environment but not showing figures inside.