-
-
Save TylerLeonhardt/e7a0d5cc9ac466ec128ed147e74d16a4 to your computer and use it in GitHub Desktop.
@DBremen, if you use the .NET Interactive Notebooks extension: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode
You should be able to open this file I think. Or use the Jupyter Notebooks extension with .NET Interactive kernels installed.
Thanks a lot for your super fast reply Tyler, really appreciate it. The weird thing is that it doesn't work in either Jupyter lab (locally) or VS Code. That's why I was wondering if anything specific is needed. I guess, that my configuration is somehow messed up.
Thanks again for your help.
Cheers,
Dirk
Can you open an issue on dotnet interactive? It's been a little bit of time since I touched this last and I think it's under rapid development.
FYI Tyler, I opened dotnet/interactive#1230. It led to an interesting discussion. The short version is, that you need to explicitly install the related NuGet package with #!csharp #r "nuget: XPlot.Plotly.Interactive"
. This made it work in VSCode but it's still not working in Jupyter lab, which apparently has something to do with the Kernel version loaded. I didn't have time to look into this though.
Hi @TylerLeonhardt, how do I get those functions within Jupyter Lab installed locally or within VS Code?