Closed beccamc closed 2 years ago
Both should be resolved: The newest releases have strong names and basic native C# bindings are available as well (https://github.com/plotly/Plotly.NET/pull/294, https://www.nuget.org/packages/Plotly.NET.CSharp/).
@kMutagene thoughts on the interactive package depending on the CSharp package?
@JakeRadMSFT what would be the benefit of that other than only referencing one package in C# notebooks. Ideally I would like to keep these packages separated, as that would also mean that an F# notebook using the interactive package would install an unused dependency.
Resolved with: https://github.com/dotnet/csharp-notebooks/pull/49
Replace XPlot with Plotly.NET.
Blocked on..