jonsequitur
jonsequitur
CC#
Created by Кён Кёныч on 11/30/2023 in #help
Method for printing collections.
The simplest example looks like this:
var formatted = myObject.ToDisplayString("text/html");
var formatted = myObject.ToDisplayString("text/html");
18 replies
CC#
Created by Кён Кёныч on 11/30/2023 in #help
Method for printing collections.
In a normal .NET project you're probably not using a kernel or listening to the events, but doing step 1 is simple. It's just up to you to figure out how to display that value.
18 replies
CC#
Created by Кён Кёныч on 11/30/2023 in #help
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
CC#
Created by Кён Кёныч on 11/30/2023 in #help
Method for printing collections.
18 replies
CC#
Created by Кён Кёныч on 11/30/2023 in #help
Method for printing collections.
You can use these methods in a normal .NET project.
18 replies
CC#
Created by Decabytes on 9/2/2023 in #help
❔ Polyglot notebooks not working on Manjaro Linux
Thanks!
5 replies
CC#
Created by Decabytes on 9/2/2023 in #help
❔ Polyglot notebooks not working on Manjaro Linux
5 replies
CC#
Created by teauxfu on 4/5/2023 in #help
❔ ✅ 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