DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

Error when running cell #124

Open SheepDomination opened 6 years ago

SheepDomination commented 6 years ago

When attempting to run a cell; I get the following error;

(Error: connect ECONNREFUSED 127.0.0.1:80 at Object.exports._errnoException (util.js:1050:11) at exports._exceptionWithHostPort (util.js:1073:20) at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1097:14)) , ({"message": "Forbidden", "reason": null})

I can run Jupyter from a terminal which opens the browser to which I can create cells. The Jupyter extension is installed successfully as well.

NiranjanAgaram commented 5 years ago

Did You solve the error? If yes, please provide me the solution.