pandas-highcharts
pandas-highcharts copied to clipboard
Jupyterlab doesn't render figures
Used in Jupyterlab, pandas_highcharts
figures do not render. Repro in Jupyterlab:
[1] import pandas as pd;
from pandas_highcharts.display import display_charts
df = pd.read_csv(...)
display_charts(df, title='Title')
Output is simply an empty cell.
I expect this is related to Jupyterlab's restriction of Javascript execution and requirement of a Jupyterlab extension: https://github.com/jupyterlab/jupyterlab/issues/3748