dotnet / interactive

.NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding experiences. Share code, explore data, write, and learn across your apps in ways you couldn't before.
MIT License
2.89k stars 387 forks source link

why i cannot use Console.ReadLine() in this. how can i get user input #3071

Open manitheslayer opened 1 year ago

manitheslayer commented 1 year ago

The package and version I'm asking about:

Question

shyamnamboodiripad commented 1 year ago

Please take a look at https://github.com/dotnet/interactive/blob/main/docs/input-prompts.md. Does this work for the scenario you had in mind?