I'm trying to run the examples from the Geoviews homepage (https://geoviews.org/index.html). However, I can't use the matplotlib backend to plot surfaces. I keep receiving this error:
WARNING:param.notebook_extension: Holoviews matplotlib extension could not be imported, it raised the following exception: ImportError('cannot import name 'rc_params_from_file' from 'matplotlib' (unknown location)') WARNING:param.notebook_extension: matplotlib backend hook <function _load_mpl at 0x00000224D63544C8> failed with following exception: No module named 'matplotlib.ticker
I have already tried reinstalling matplotlib, geoviews, and holoviews.
I'm using running the code using Jupyter Notebooks in Windows 10. Any ideas?