Is your feature request related to a problem? Please describe.
There is no documentation on how to use these features in a PowerShell cell.
Describe the solution you'd like
I would like to be able to create and use formatters in PowerShell. The RESTBook for example displays Postman type results of response, headers etc. Building custom formatters in/for PS would be advantageous.
SandDance
The ExploreWithSandDance extension method concept would be great to leverage in PS. Enabling it to be wrapped like the early xPlotly interface may be the way to do that. Possibly writing C# that is used in the kernel? Preferably if it be very useful if could be implemented as a PS function.
Describe alternatives you've considered
For the ExploreWithSandDance, creating datasets in PS and then sharing that variable to C# for use with SandDance, a cognitive shift, but doable.
Documentation on how to go about this would be great.
Is your feature request related to a problem? Please describe.
There is no documentation on how to use these features in a PowerShell cell.
Describe the solution you'd like
I would like to be able to create and use formatters in PowerShell. The RESTBook for example displays Postman type results of response, headers etc. Building custom formatters in/for PS would be advantageous.
SandDance
The
ExploreWithSandDanceextension method concept would be great to leverage in PS. Enabling it to be wrapped like the early xPlotly interface may be the way to do that. Possibly writing C# that is used in the kernel? Preferably if it be very useful if could be implemented as a PS function.Describe alternatives you've considered
For the
ExploreWithSandDance, creating datasets in PS and then sharing that variable to C# for use with SandDance, a cognitive shift, but doable.Documentation on how to go about this would be great.