Open cathalgking opened 1 year ago
When I try to use diopy.input.read_h5() I get an error NameError: name 'diopy' is not defined
diopy.input.read_h5()
NameError: name 'diopy' is not defined
I tried to install with !pip install diopy and it says that it installed succesfully so I dont know why this is happening.
!pip install diopy
I am converting an R spatial object to a python anndata.
When I try to use
diopy.input.read_h5()
I get an errorNameError: name 'diopy' is not defined
I tried to install with
!pip install diopy
and it says that it installed succesfully so I dont know why this is happening.I am converting an R spatial object to a python anndata.