-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
JuypterLab Kernel Restarting in Desktop app but not when running JupyterLab via terminal #759
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
@prabirshrestha this could be caused by one of the dependency Python packages. the environments you are comparing are not identical. |
I get the same error. I even tried following the uninstall instructions with clean installation as mentioned in https://github.com/jupyterlab/jupyterlab-desktop/blob/master/user-guide.md#uninstalling-jupyterlab-desktop. |
Do you see any error messages in the JupyterLab Desktop log when the kernel crashes? On macOS, the logs are in |
@prabirshrestha Any errors in the logs? |
Here is the log.
|
I have the same issue ( |
Description
I get the following error when running from jupyterlab-desktop but not when running from the home-brew installation of Jupyter lab when running the server from the terminal.
Reproduce
Expected behavior
Shouldn't crash.
Context
Jupyter lab desktop with error:
Jupyter lab server with no error:
brew install jupyter
and opened in browser viajupyter lab
.Seems like someone else also might have been facing similar issue as mentioned at #504. Is there some way to say have unlimited memory and let the OS handle this?
The text was updated successfully, but these errors were encountered: