-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello! Thanks for this great tool! But I'm wondering if anyone else having similar issues when installing manually thru conda?
I have not been able to get the gui or heatmap methods outlined here to output properly.
I installed SAMGUI as described from the original SAM repo with the command:
conda install -c conda-forge -c plotly jupyter ipywidgets plotly=4.0.0 colorlover ipyevents
and then load it into jupyter notebook after running the main samap imports like so
from samalg import SAM from samalg.gui import SAMGUI
But when I run sm.gui() or sm.samap.gui() I get a blank gui screen back like so:

I toggle clusters, projections, try running analysis, etc. and nothing done on any of the tabs outputs a thing. Any tips on how to get anything to display?
As for the heatmap, this is my error every time:

Is there something up with the display_heatmap() method itself? I scoured the SAMAP and SAM source code, but couldn't find mention of the function.
Thanks to anyone who has input!