Hello
I have been facing intermittent communication issues between the Jupyter Notebook interface & kernels, particularly when working with resource-intensive tasks in Python. Sometimes, the kernel disconnects / hangs without throwing a specific error.
Restarting the kernel / reloading the notebook occasionally resolves the issue; but it disrupts my workflow, especially with long-running processes.
Could this be related to resource allocation (e.g., memory limits) or a configuration issue in my environment? Iām running Jupyter on Windows 11 with Python 3.10 in a Conda environment . I have checked Running the Notebook ā Jupyter Documentation 4.1.1 alpha documentation okta documentation guide but still need advice .
Any advice on debugging these kernel issues or improving stability would be greatly appreciated!
Thank you !