mwouts / itables

Pandas DataFrames as Interactive DataTables
https://mwouts.github.io/itables/
MIT License
740 stars 55 forks source link

Interactive tables fail to load when a notebook is reloaded in PyCharm #79

Closed mwouts closed 5 months ago

mwouts commented 2 years ago

When a notebook is reloaded in PyCharm, the interactive tables display "Loading ... (need help?)" but the tables never show up. This affects itables==1.0.0 (which introduces the offline mode).

Known workaround: call init_notebook_mode with connected=True to restore the connected mode which is not affected by this issue.

Please comment on this thread if you know how to

RealYHD commented 1 year ago

I'm having this same issue with a JupyterLab version 3.5.2 instance created by a JupyterHub version 3.1.0. Using the connected parameter as described by @mwouts also works.