Currently the Dockerfile installs the Microsoft.dotnet-interactive tool, but Microsoft has chosen to deprecate the tool as of April 24, 2026 (just two days from now as I write this). It's unclear whether the tool will continue to be installable or will be removed, but the line "You can continue using .NET Interactive as a Jupyter kernel as is in other Jupyter frontends after its deprecation date if you don't uninstall it" (emphasis mine) doesn't look promising.
A different tool is likely to be needed to replace dotnet interactive. I don't currently have any recommendations, sorry.
Currently the Dockerfile installs the
Microsoft.dotnet-interactivetool, but Microsoft has chosen to deprecate the tool as of April 24, 2026 (just two days from now as I write this). It's unclear whether the tool will continue to be installable or will be removed, but the line "You can continue using .NET Interactive as a Jupyter kernel as is in other Jupyter frontends after its deprecation date if you don't uninstall it" (emphasis mine) doesn't look promising.A different tool is likely to be needed to replace
dotnet interactive. I don't currently have any recommendations, sorry.