deshaw / jupyterlab-execute-time

A JupyterLab extension for displaying cell timings
BSD 3-Clause "New" or "Revised" License
370 stars 48 forks source link

Settings missing from v3 #98

Closed firai closed 1 year ago

firai commented 1 year ago

jupyterlab-execute-time v3.0.1 + JupyterLab v4.0.6

jupyterlab-execute-time v2.3.1 + JupyterLab v3.6.6

krassowski commented 1 year ago

Close the "Settings" panel and re-open it. Does it show up now?

(this appears to be a race condition in JupyterLab that I saw with other extensions too; it seems to only occur when the Settings are open during page load)

firai commented 1 year ago

Looks like it really depends on my luck. I initially loaded JL without the settings panel open when I noticed the issue, but after reloading several dozen times, it seems like the issue is caused by the race condition you mentioned. The section consistently doesn't show if I load with the settings panel open, but I sometimes get the section and sometimes don't even if I load JL without the settings panel open. Either way, seems like this issue is upstream as you said.

Thanks for the quick response!