vors / jupyter-powershell

PowerShell language kernel for Jupyter
MIT License
132 stars 26 forks source link

Add return status #30

Open mnagaku opened 4 years ago

mnagaku commented 4 years ago

If the environment is

$ErrorActionPreference = "Stop"

The variable '$?' indicates the success or failure of the command. It can use this variable to return ok or error.