You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2021. It is now read-only.
Or any kind of combination to start a job and receive it. I get the following exception for all of them:
PowerShell-Kernel : Object reference not set to an instance of an object.
at Jupyter.PowerShell.PowerShellEngine.LogErrors(ExecutionResult result, PipelineReader`1 errorStream) in C:\Users\Joel\Projects\Jupyter\Jupyter-PowerShell\Source\PowerShell-Kernel\PowerShellEngine.cs:line 179
at Jupyter.PowerShell.PowerShellEngine.Execute(String script) in C:\Users\Joel\Projects\Jupyter\Jupyter-PowerShell\Source\PowerShell-Kernel\PowerShellEngine.cs:line 75
Note: My purpose for using jobs in the jupyter notebook was to demonstrate different methods of parallel and concurrent programming in PowerShell with pretty markdown all around it. Not trying to do anything real fancy.
I'm trying run the following code blocks
Or any kind of combination to start a job and receive it. I get the following exception for all of them:
Note: My purpose for using jobs in the jupyter notebook was to demonstrate different methods of parallel and concurrent programming in PowerShell with pretty markdown all around it. Not trying to do anything real fancy.