Plotly.NET icon indicating copy to clipboard operation
Plotly.NET copied to clipboard

Update documentation to dotnet interactive to 4.2.1

Open EverybodyKurts opened this issue 1 year ago • 1 comments

Description

Using version 4.2.0 in a polyglot or jupyter notebook will result in an error being thrown. Using version 4.2.1 fixes this.

This version bump should be reflected in the documentation.

EverybodyKurts avatar Mar 09 '24 17:03 EverybodyKurts

Good catch, i think the main issue here is that we can only automatically include one version in our docs release process, but the versions of the individual packages have diverged quite a lot. Especially keeping the interactive extension working required lots of additional patches in the past because polyglot notebook API changed so often. I think we should just unlist v4.2.0 of the interactive extension and do not use version numbers in the install instructions at all, since using latest here is always the best approach anyways

kMutagene avatar Mar 11 '24 05:03 kMutagene