I\'m just trying to use the demo code. I run the following in Jupyter Notebook:
from shapely.geometry import shape
Which gives me the following:
For me, only works after installing Shapely from the shapely lib and executing the following command from Anaconda Prompt:
pip install Shapely-1.7.1-cp37-cp37m-win_amd64.whl --force-reinstall
This forces a re-install of shapely.