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()
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 helpI 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") `