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:
I simply uninstalled Shapely and re-installed it to fix the issue.
python -m pip uninstall shapely python -m pip install shapely