Home > Software design >  Jupyter notebook not showing output on vs code mac
Jupyter notebook not showing output on vs code mac

Time:11-21

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?

CodePudding user response:

It looks like you aren't connected to any Jupyter servers, so the cells are actually waiting to be run. Please see Jupyter cell ran in VSCode

  • Related