Open jbednar opened 4 years ago
Same code works without datashade=True
, but for some reason HoloViews is expecting spatialpandas to be importable even though I don't have it installed at all in this environment and this is just an ordinary Pandas dataframe.
Oddly, the behavior is different between Jupyter and the commandline where I launched Jupyter. From the commandline, import spatialpandas
fails, as it should, because there's no spatialpandas installed in this conda environment. But in Jupyter, importing it gives an empty module:
It being empty is why I get the messages above, but I can't tell why I have this empty spatialpandas module that's only importable in Jupyter...
Shouldn't I be able to use HoloViews with Datashader without SpatialPandas installed?