PowerShell command line tool to interact with Jupyter Notebooks

PowerShell command line tool to interact with Jupyter Notebooks

This is a Powershell tool for parameterizing, and executing Jupyter Notebooks. This opens up new opportunities for how notebooks can be used. For example you may have a financial report that you want to run with different values on the first or last day of a month using parameters makes this task easier. `Install-Module PowerShellNotebook` from the PowerShell Gallery On GitHub: https://github.com/dfinke/PowerShellN... 01:50 - Show notebook 02:40 - Invoke-ExecuteNotebook demo 03:25 - Output to new local file 04:10 - Send the book to a GitHub Gist 05:14 - Parameterize the notebook 06:10 - Pass parameters from the command line 07:14 - Send this new book to a GitHub Gist 08:12 - Wrap up