Skip to content
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

works in Jupyter Notebook but not in Jupyter Lab #1029

Closed
nrbeaton opened this issue Dec 8, 2021 · 3 comments
Closed

works in Jupyter Notebook but not in Jupyter Lab #1029

nrbeaton opened this issue Dec 8, 2021 · 3 comments

Comments

@nrbeaton
Copy link

nrbeaton commented Dec 8, 2021

OS: Arch Linux
Julia version 1.7.0
Jupyter Lab version 3.2.4

I've added the IJulia package in Julia as usual.

Running jupyter notebook from the terminal, choosing the Julia kernel, and doing stuff works totally fine.

Running jupyter lab from the terminal, choosing the Julia kernel, it says "connecting" for a while and then "unknown". Trying to run something in a cell does nothing. If I try restarting the kernel it just hangs on "restarting".

Python and SageMath work fine in Jupyter Lab, it's just Julia that's failing.

If there's a log or error message somewhere that I should post then tell me how and I'll do it.

@danielwe
Copy link

danielwe commented Dec 8, 2021

What's your jupyter_server version? For me, yesterday's 1.13 release of jupyter_server broke the IJulia kernels. Rolling back to jupyter_server 1.12.1 fixed the problem. Perhaps caused by jupyter-server/jupyter_server#628?

@nrbeaton
Copy link
Author

nrbeaton commented Dec 9, 2021

Yeah it's 1.13. Looks like the issue has been raised here jupyter-server/jupyter_server#633.

@nrbeaton
Copy link
Author

nrbeaton commented Dec 9, 2021

This has now been fixed with jupyter-server 1.13.1.

@nrbeaton nrbeaton closed this as completed Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants