-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time in cell seems to fluctuate a span of twenty minutes multiple times a second #111
Comments
@jabbera thanks for opening the issue. I saw something similar in the past when the kernel crashes (#84) and I believe that was already fixed in #100 but the fix is only effective in JupyterLab 4.1+ (currently in release candidate phase). Which version of JupyterLab did you use? In general, can you provide reproduction instructions, or does it happen sporadically without a clear trigger? Finally, do you have windowing enabled in JupyterLab settings (Settings → Settings Editor → Notebook → Windowing mode, at the very bottom)? FYI, there is a newer version (3.1.1) available. |
JupyterLab 4.0.10 I'm happy to wait till 4.1 comes out and validate that the issue goes away! |
I am seeing this with defer + 4.1.0rc1 |
I can reproduce when re-running a cell which was already running. There is an error in the console: ExecuteTimeWidget.ts:311 Uncaught TypeError: Cannot read properties of undefined (reading 'execution_failed')
at ExecuteTimeWidget.ts:311:34 so this is a regression from the PR I mentioned. I will open a PR to fix it. |
@jabbera if you would like to test the fix from #112, you can download |
This was released |
Sorry of the description is odd, but I didn't know how to explain it.
Recording.2024-01-30.194718.mp4
jupyterlab_execute_time 3.1.0 pyhd8ed1ab_0 conda-forge
The text was updated successfully, but these errors were encountered: