Kernel died before replying to kernel_info #2244
Unanswered
NuclearPowerNerd
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I recently discovered Quarto and would really like to give it a try. I am running Ubuntu on Windows Subsystem for Linux 1 (WSL1). I have no problem running standalone Jupyter notebooks in VScode.
I took an MWE from the quarto website and when I try to render it I get the following error.
I found this discussion that seems to be related. But I'm unsure of their solution.
If I understand it (may not) - something is hanging up here because the
ipykernel
is installed somewhere that needs root permissions? I'm not sure it is though. I have a virtual environment set up and when I check the path it is in my\home
directory (see below).Should I uninstall
ipykernel
using conda and then reinstall using pip by doingpip install ipykernel install --user
?(not sure if that is the same thing as
python -m ipykernel install --user
)Or will that screw up my existing notebooks and kernels?
Beta Was this translation helpful? Give feedback.
All reactions