Jonathan Teo
Jonathan Teo
Added a temporary hack in `basedatatypes.py` to skip the exception specifically for mapbox._derived and it seems to work for now. ``` if not BaseFigure._is_key_path_compatible(key_path_str, self.layout): if key_path_str == "mapbox._derived": return...
When editing `basedatatypes.py`, look for the code snippet ``` if not BaseFigure._is_key_path_compatible(key_path_str, self.layout): raise ValueError(... ``` Before the error is raised, create a conditional check that skips that error if...
Yay, glad to hear back from the development team. I tried it again from a clean environment too and I encountered the same error. See below for my setup using...
Here you go. https://github.com/macadology/plotly_binder https://mybinder.org/v2/gh/macadology/plotly_binder/master?filepath=%2Fmin_code.ipynb Once the plot is generated, moving it or interacting with it will cause error messages to appear in the output cell below the plot.