I have an AWS EC2 instance with Windows Server 2019. I installed python (with pip) and then created a python venv and in it installed prodigy and the jupyterlab extension, essentially everything as per Github instructions at (GitHub - explosion/jupyterlab-prodigy: 🧬 A JupyterLab extension for annotating data with Prodigy).
I downloaded the 'news_headlines.jsonl' file and in one terminal in my prodigy venv started the command 'prodigy ner.manual my_set blank:en notebooks/news_headlines.jsonl --label PERSON,ORG,PRODUCT', although I changed the location of the news_headlines file.
Then I started a second terminal and I don't remember if I started outside or inside the venv, but I believe I copied one of the links from Jupyter lab and then I believe I started chrome and pasted the link. I looked for prodigy in Jupyter Lab was able to see the news_headlines file before in Jupyter Lab.
It worked.
I terminated all the windows and wanted to restart as above, but now when jupyter labs starts, I get 'localhost refused to connect.'
I have Jupyter Server 1.18.1 running.
The following is a snippet from the log once jupyter lab is executed:
[I 2022-09-13 15:04:05.878 ServerApp] http://localhost:8888/lab?token=97c2 etc etc.
Now, the chrome browser automatically starts, but I run into this client - server connection issue.
Ping to localhost and 127.0.0.1 both work.
Anyone have any idea how to resolve this?