Function "input" is running and non stop (in looping )
Closed this issue · 2 comments
mauriciosantiagosilva commented
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)
DonJayamanne commented
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 commandJupyter: Show Output
to get to the logs).
mauriciosantiagosilva commented
Hi Don, thank you very much. I have just realized the VS code works a little bit different from Júpiter for imput. In VS I need to type at the top space and not in the terminal. Thanks for your prompt response. Mauricio SilvaEm 27 de nov. de 2024, à(s) 04:33, Don Jayamanne ***@***.***> escreveu:
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).
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>