deshaw/jupyterlab-execute-time

Settings missing from v3

Closed this issue · 2 comments

firai commented

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

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

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

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!