Hello, I’m trying to create a Table in a Jupyter notebook and I cannot figure out how to display the header. The header is displayed perfectly when outputting to a browser, but not when in a notebook cell. This seems a problem in plotly 3.3 and 2.7. I have changed the values dict to a list of lists and been through the go.table.Header help file. Thx in advance to any insight on this problem! Sample code as an example…
Could you post a screenshot of what you’re seeing in the notebook? It seems to be working for me in both the classic notebook and in JupyterLab
Note that the reason that the gray headers look out of alignment is because of the header.line.width is so large. If I remove this, here’s what it looks like
Hi Jon,
I am using Jupyter notebooks and not Jupyterlab. (Jupyter notebook ver. 5.6 and Plotly ver. 3.3) I ran it with and without the width adjustment with no change.
Thanks, Sam
Thanks for the help Jon. After resetting my Jupyter theme( and clearing browser cache), the headers are now showing in the cells using Firefox. Not sure what was different between the two config files. Back in business!