FvdBre

Results 7 comments of FvdBre

I am quite new to python, so my apologies if I miss the obvious ;-) . I have tried this approach as well using conda to install the dependencies. 1....

Thanks, I will contact them.

Hi @giovp, Thanks for your response. I am using 'matplotlib 3.3.1' and 'matplotlib_scalebar 0.8.1'.

Hi @giovp, I got this error when I used a public 10X Visium dataset. But after running all the exact lines and data from the vignette listed above (https://squidpy.readthedocs.io/en/stable/external_tutorials/tutorial_tangram.html), I...

`print(mpl.get_backend()) #-> module://matplotlib_inline.backend_inline for jupyter` Returns: `module://matplotlib_inline.backend_inline` Is this what you are looking for?

I ran the script as described in the vignette using the squidpy dataset: ``` adata_st = sq.datasets.visium_fluo_adata_crop() adata_st ``` ``` AnnData object with n_obs × n_vars = 324 × 16562...

My tangram environment seems fine, but when I run it on google colab I don't get the error. I guess this means I have a conflicting package installed on my...