Using plotly - heatmap with Jupyterlab very slow

Hi @mtkilic,

You could try using heatmapgl rather than heatmap. See https://plot.ly/python/heatmap-webgl/.

Or, you could try using the iframe renderer as described at Plotly - notebook / Very slow render with many graphs.

-Jon