You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "c:\users\migue.virtualenvs\hv-test-8p3rpe1k\lib\site-packages\holoviews\plotting\bokeh\element.py", line 1359, in _init_glyphs
self._update_glyph(renderer, properties, mapping, glyph, source, source.data)
File "c:\users\migue.virtualenvs\hv-test-8p3rpe1k\lib\site-packages\holoviews\plotting\bokeh\element.py", line 1252, in _update_glyph
dataspecs = glyph.dataspecs()
AttributeError: 'str' object has no attribute 'dataspecs'
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered:
ALL software version info
bokeh 2.3.0
holoviews 1.14.1
jupyterlab 3.0.9
notebook 6.2.0
Description of expected behavior and the observed behavior
The expected behavior is for jupyter notebook to show the plot.
Same error occurs with different kind of plots.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Traceback (most recent call last):
File "c:\users\migue.virtualenvs\hv-test-8p3rpe1k\lib\site-packages\holoviews\plotting\bokeh\element.py", line 1359, in _init_glyphs
self._update_glyph(renderer, properties, mapping, glyph, source, source.data)
File "c:\users\migue.virtualenvs\hv-test-8p3rpe1k\lib\site-packages\holoviews\plotting\bokeh\element.py", line 1252, in _update_glyph
dataspecs = glyph.dataspecs()
AttributeError: 'str' object has no attribute 'dataspecs'
Screenshots or screencasts of the bug in action
The text was updated successfully, but these errors were encountered: