You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you run Jupyter desktop it runs file until the computer goes to sleep due to inactivity or by pressing the sleep button. Once the computer resumes normal power state, the Jupyter Lab Desktop version causes high CPU usage. If you look at the task manager several threads of Python.exe will be running with the path pointing to Jupyter Lab installation directory. It is not necessary to have anything running on Jupyter Lab. I have seen the same behavior on two machines (office & home PC).
Reproduce
Run jupyter desktop normally (tested on windows 10 x64 Pro).
Then let your computer go to sleep/standby automatically or by pressing sleep button.
Then wake-up the computer.
You will have very high CPU usages and there will be several Python.exe threads running.
Tested this on 2 separate windows 10 x64 machines.
Expected behavior
Context
Operating System and version: Windows 10 x64 Pro 22H2
JupyterLab-Desktop version: 4.0.5-1
Installer: .exe
Troubleshoot Output
Paste the output from running `jupyter troubleshoot` from the terminal inside of JupyterLab Desktop here.
You may want to sanitize the paths in the output.
Browser Output (required for interface issues after loading)
Paste the output from the DevTools JavaScript console here, if applicable.
Logs (required for issues with loading, server and startup)
Paste the logs from the `main.log` file here (optionally also from `renderer.log`).
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
Description
When you run Jupyter desktop it runs file until the computer goes to sleep due to inactivity or by pressing the sleep button. Once the computer resumes normal power state, the Jupyter Lab Desktop version causes high CPU usage. If you look at the task manager several threads of Python.exe will be running with the path pointing to Jupyter Lab installation directory. It is not necessary to have anything running on Jupyter Lab. I have seen the same behavior on two machines (office & home PC).
Reproduce
Expected behavior
Context
Troubleshoot Output
Browser Output (required for interface issues after loading)
Logs (required for issues with loading, server and startup)
The text was updated successfully, but these errors were encountered: