DonJayamanne / vscodeJupyter

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

URL not found when showing cell evaluation results #68

Open educhana opened 7 years ago

educhana commented 7 years ago

Environment data

VS Code version: 1.14.2 (portable) Jupyter Extension version: 1.1.3 OS and version: Windows 10, no administrative privileges

Logs

Output from Jupyter output panel

None is show

Output from Console window (Help->Developer Tools menu)

None is show

Actual behavior

Executing cell shows

Expected behavior is to show evaluation results. Instead display URL error:

URL: GET http://localhost/?theme=vscode-dark&color=rgb(212%2C%20212%2C%20212)&backgroundColor=rgb(30%2C%2030%2C%2030)&fontFamily=-apple-system%2C%20BlinkMacSystemFont%2C%20%22Segoe%20WPC%22%2C%20%22Segoe%20UI%22%2C%20HelveticaNeue-Light%2C%20Ubuntu%2C%20%22Droid%20Sans%22%2C%20sans-serif&fontWeight=normal&fontSize=13px

Steps to reproduce:

DonJayamanne commented 6 years ago

@educhana Please could you provide some of the sample code you have used, and please provide some more information about the issue.