pavanagrawal123 / VSNotebooks

Jupyter Notebooks in Visual Studio Code
MIT License
63 stars 2 forks source link

500 Internal Server Error #30

Open mscipio opened 5 years ago

mscipio commented 5 years ago

Hi! I switched from main branch to this beta version trying to solve 500 Internal Server Error when trying to run notebooks on a Jupyter server started from a Conda env. While it seems to be able to start the server (even though I am not sure how to check that) VSNotebooksBeta keeps throwing this server error even for a 1-line notebook saying:

import numpy as np

What can be the cause of it? Am I doing something wrong?

pavanagrawal123 commented 5 years ago

hi @mscipio

I am going to push an update in a few days that hopefully fixes this behavior or will at least add more information about what's actually happening behind the scenes, and what's broken :)

vnijs commented 5 years ago

Any updates on this? Very curious to see what this can do but stuck behind the 500 server error unfortunately