evcxr / evcxr

Other
5.59k stars 216 forks source link

Not connected to evcxr kernel on tljh #250

Open JohnScience opened 2 years ago

JohnScience commented 2 years ago

I've installed a fresh installation of tljh and evcxr but I can't connect to evcxr kernel

screenshot

even though ipython works fine

screenshot

and /home/user/.cargo/bin is present in PATH.

Here are the contents of ~/.local/share/jupyter/kernels/rust/kernel.json image

How can I check what's wrong?

davidlattimore commented 2 years ago

It's possible this is a bug that I introduced in the latest version. If your system or VM doesn't have many cores, then that's quite likely. The bug is already fixed in the version on GitHub. You could try installing the version from GitHub. Or perhaps I should just do another release...

davidlattimore commented 2 years ago

I released v0.14.1 if you'd like to give it a try. Hopefully it solves the problem.