FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

namespace Plotly.NET.Interactive open System open System.Threading.Tasks open Microsoft.DotNet.Interactive open Microsoft.DotNet.Interactive.Formatting open Plotly.NET type FormatterKernelExtension() = interface IKernelExtension with member _.OnLoadAsync _ = Formatter.Register( Action(fun chart (writer: IO.TextWriter) -> writer.Write(Formatters.toInteractiveHTML chart)), "text/html" ) Task.CompletedTask

Back | FazBrowse Home | New Git URL