Fixed: When using Jupyter on WSL2 on Windows 11 I get "Kernel won't start", and throws "Permissions assignment failed for secure file" error
Error
Error in WSL2 on Windows 11
How to fix
Terminate your Notebook server.
Run
export JUPYTER_RUNTIME_DIR=/tmp
on your WSL2 terminal.Start Notebook server as you normally do. (Note that this assumes you're not already setting the runtime directory in some other fashion).
(source: https://github.com/jupyter/notebook/issues/5058#issuecomment-554687632)
Comments
Comments powered by Disqus