I'm trying to run Jupyter notebooks from WSL (Windows Subsystem For Linux). The default port it uses is localhost:8888
However if I try to reach that in my browser, nothing happens.
If I start Jupyter with jupyter notebook --port 8080, I can connect with localhost:8080 with no problems.
So I think this is a firewall problem. I am running Windows Defender but am pretty clueless with it. I tried setting an Incoming Rule to allow port 8888, following the instructions here but it didn't help. Then I tried adding an Outgoing Rule as well, but that didn't help either.
I'm probably doing something very simple wrong.
Any ideas?
-LocalPort 8888part returns an error saying you couldn't set this without a protocol, so I set the Protocol to TCP. Also tried setting it (inbound and outbound) for/home/me/anaconda3/bin/python3.7which is the version I suspect Jupyter uses. Turned on firewall logging, but don't see any events even when I connect to 8080... so maybe it's not a firewall issue after all? – Luigi Plinge Mar 18 '19 at 19:44