Jupyter-PowerShell
Jupyter-PowerShell copied to clipboard
Show-Command
When I run Show-Command to get all the syntax for a command in the CLI it pops up a window and when I'm done filling it in and click "Run" it returns but does not execute the line. Example:
PS C:> Show-Command Get-Process PS C:> Get-Process^M
When I do that inside a Jupyter Notebook it doesn't pause but executes the line without showing the command.