Closed
Description
Hi - I've just installed a fresh lab, fresh plotly extension, and for the following in a python3 notebook I get x & y axis, but no heatmap (renders fine in jupyter notebook
). Any ideas?
Extension installed with: jupyter labextension install @jupyterlab/plotly-extension
Test code:
from plotly.graph_objs import *
import plotly.graph_objs as go
py.init_notebook_mode()
trace = go.Heatmap(z=[[1, 20, 30],
[20, 1, 60],
[30, 60, 1]])
data = [trace]
py.iplot(data, filename='basic-heatmap')```
Metadata
Metadata
Assignees
Labels
No labels