jonsequitur
Method for printing collections.
The
Display
methods do two things. They call a formatter and get back one or more strings (for different MIME type representations of the object being formatted) and then they emit an event containing those formatted values.18 replies
Method for printing collections.
@Кён Кёныч, more details here: https://github.com/dotnet/interactive/blob/main/docs/formatting.md
18 replies
❔ Polyglot notebooks not working on Manjaro Linux
Would you mind opening an issue for this?
https://github.com/dotnet/interactive/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=
https://github.com/dotnet/interactive/issues/new?assignees=&labels=bug&projects=&template=bug_report.md&title=
5 replies
❔ ✅ Is there a way to execute a .NET Interactive notebook from the command line?
I commented on the StackOverflow issue but repeating it here. You can use
dotnet-repl
: https://github.com/jonsequitur/dotnet-repl.13 replies