Replies: 2 comments 1 reply
-
Ran into the same problem, would like the answer too! |
Beta Was this translation helpful? Give feedback.
1 reply
-
Update: I found a "solution" here: dotnet/csharp-notebooks#32 A pop-up appears where the user can enter the input. For example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Console.ReadLine( );
doesn't seem to bring up a user input field like it does when using Python in VSCode with the Jupyter notebook. It just keeps on waiting and I have to interrupt the execution of the block.
Am I missing something here?
Beta Was this translation helpful? Give feedback.
All reactions