I installed the Jupyter Notebook to VS Code, but when I try to run anything it does not show me an output. Does anyone know why? And how I can fix this?
Question posted in Visual Studio Code
View the official documentation.
View the official documentation.
2
Answers
It looks like you aren’t connected to any Jupyter servers, so the cells are actually waiting to be run. Please see Visual Studio Docs on how to set up:
Once a cell is ran properly, there should be a green tick under the cell like below:
If you configured a virtual environment, you have to select it again with (Ctrl+Shift+P) after your reboot your machine.