itables icon indicating copy to clipboard operation
itables copied to clipboard

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

Open mwouts opened this issue 2 years ago • 1 comments

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

  • Show browser logs in PyCharm
  • Detect that the notebook is being opened in PyCharm (then we could change the default value for connected in that case)

mwouts avatar Jun 22 '22 10:06 mwouts

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.

RealYHD avatar Jan 11 '23 21:01 RealYHD