This sounds similar to this question which I previously answered. While that was for Django and yours is about Jupyter, I have a feeling it's the same root issue.
If you do a python3 -m http.server 3001
, can you access it from Windows at http://localhost:3001? If not, then it's probably the port forwarding problem rather than anything specific to Jupyter.
The consensus of those that commented on my answer seemed to be that wsl --shutdown
was the best solution. I can say that, since then, even though I have Fast Startup disabled, I've seen the problem and had to do a wsl --shutdown
and restart to resolve.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…