microsoft/vscode-jupyter

Function "input" is running and non stop (in looping )

Closed this issue · 2 comments

I am using Jupyter notebook and when I try the function input, it starts running and non stop, to stopping it I need to press enter or esc. IT does not show the the field to input the data. exemple:

x = input('hello')
print(x)

I'm sorry you are running into this issue, please can you share a screen recording of the issue

Please could you enable logging as follows:

  • Open settings & go into Jupyter->Logging
  • Change the value to trace
  • Reload VS Code,
  • Attempt to repro the issue & then copy the output from the Jupyter output panel (use the command Jupyter: Show Output to get to the logs).