spatialdata-notebooks icon indicating copy to clipboard operation
spatialdata-notebooks copied to clipboard

Replace `os.path` with `Path` and "unzip" with `shutil.unpack_archive`

Open LucaMarconato opened this issue 2 years ago • 1 comments

@melonora pointed out that this would better generalizes to all platform.

LucaMarconato avatar Jun 28 '23 12:06 LucaMarconato

Do this for all the repos. Checklist.

os.path -> Path

  • [ ] spatialdata
  • [ ] spatialdata-plot
  • [ ] spatialdata-io
  • [ ] spatialdata-sandbox
  • [ ] spatialdata-notebooks
  • [ ] napari-spatialdata

"unzip" -> shutil.unpack_archive

  • [ ] spatialdata
  • [ ] spatialdata-plot
  • [ ] spatialdata-io
  • [ ] spatialdata-sandbox
  • [ ] spatialdata-notebooks
  • [ ] napari-spatialdata

LucaMarconato avatar Jun 28 '23 12:06 LucaMarconato