PatrikHlobil / Pandas-Bokeh

Bokeh Plotting Backend for Pandas and GeoPandas
MIT License
878 stars 112 forks source link

avascript Error: Model 'AllLabels' does not exist. This could be due to a widget or a custom model not being registered before first usage. #112

Closed akitxu closed 3 years ago

akitxu commented 3 years ago

Dear All. I have installed Pandas-Bokeh to test its functionality. At the first change, I find that the following error returns. Javascript Error: Model 'AllLabels' does not exist. This could be due to a widget or a custom model not being registered before first usage. What could be the reason? I will appreciate help

I operate with LinuxMint20.2, Jupyter Lab 3.0.16 and Pandas-Bokeh 0.5

This is the basic code: `import pandas as pd import pandas_bokeh pandas_bokeh.output_notebook()

data.plot_bokeh(kind = "line") `

akitxu commented 3 years ago

It has been solved by turning the computer off and on. Excuse me. Thanks