❔ ✅ Is there a way to execute a .NET Interactive notebook from the command line?
I found this related Stack Overflow post, which comes pretty close to what I want.
However I'm expecting rather to run something like
https://stackoverflow.com/questions/67801621/can-i-run-net-interactive-ipynb-from-command-line
However I'm expecting rather to run something like
dotnet-interactive run "path/to/my/notebook.dib"https://stackoverflow.com/questions/67801621/can-i-run-net-interactive-ipynb-from-command-line
Stack Overflow
I have a .NET Interactive Notebook, works fine when I execute from VS Code with the extension
This contains a sequence of PowerShell scripts, that I use for local builds on my system
I want to re-u...
This contains a sequence of PowerShell scripts, that I use for local builds on my system
I want to re-u...