Replies: 1 comment 6 replies
-
.NET Interactive will work in Papermill. If you don't want to have to go through Jupyter and Python, @dfinke has also done a bunch of great work on this. Take a look: https://github.com/dfinke/PowerShellNotebook. We're also investigating approaches that could work across multiple languages supported by .NET Interactive. One of the open questions is how to identify parameters. You can see some related issues under the Automation label. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello folks,
I would like to mark the first cell of one of my powershell notebooks as parameters and then invoke that notebook from another notebook using various values for the parameters.
jupyter supports this using the %run magic command or using papermill extensions where you can invoke the notebook with various options via papermill.
Is this supported with .Net interactive notebooks especially with powershell kernel?
Are there other ways of accomplishing this workflow?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions