iPython interactive window no output

image

not sure if it’s a vscode issue or yours but even print statements don’t show output.

Normally that shows errors below or above it.

I’d suggest trying the following in Cursor:

  1. Reload the window (cmd+shift+p > Reload window)
  2. Make sure you have the “python” and “jupyter” extensions installed
  3. Choose the right jupyter kernel (whatever python you default use)
  4. Try re-running the cells

Would also be helpful to know if the same issues shows up in vscode.