input() function in Jupyter Notebook on IDE Positron #4185
-
How to get input in Jupyter Notebook on IDE Positron? I try to run input() function to get input from pop up textfield, but it goes in infinte loop. |
Beta Was this translation helpful? Give feedback.
Answered by
isabelizimm
Jul 31, 2024
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
khavylo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah you are correct 👀 this seems to be broken in notebooks. For context, if you run
input()
in a notebook in VSCode, there will be a popup at the top of the notebook to accept input. (Noteinput()
does work in the console, if that is a helpful place to go for a workaround for now.)In Positron, this does not appear, nor any other place to type in the
input()
.I'm going to go ahead and promote this discussion as an issue so we can prioritize and get a fix in! Thank you so much for trying out Positron and reporting this!