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.8k stars 374 forks source link

Display input forms in the cell output #3194

Open sharoncxu opened 9 months ago

sharoncxu commented 9 months ago

Related to #992 For all input forms where users have to enter multiple fields, display the form in the cell output

User Scenario When the user runs the #!connectcommand to connect to a new kernel, any inputs will be displayed as a form in the cell output which they can enter values into and submit image

jonsequitur commented 7 months ago

Related: #35

jonsequitur commented 3 weeks ago

This work depends on #3567.