Tabulator does not show any data from dataframe

I have this code but ut does not show any data…see attached

I restarted the Kernel and add extension as requested but now the output is just blank

panel version : 0.14

Indeed I can reproduce this bug. Do you mind opening an on Panel’s Github?

For now the workaround is to import and load the Panel extension first:

import panel as pn
pn.extension('tabulator')
import numpy as np
import pandas as pd
import hvplot.pandas

(A piece of advice for the next time you open a post, it’s recommended to share code directly rather than screenshots as it makes it a lot easier for people to try out your code with a simple copy/paste :upside_down_face: )

Hi AnandSamant

May be you can try to run the import block twice, it may fix this

Kind regards
Victor

Thank you so much for your advice and the solution!

1 Like

Hi,

I remember this bug was fixed in 0.8.1 but it came back with the 0.8.2. Does anyone have the issue with 0.8.2?