vors / jupyter-powershell

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

python2 cannot use env to pass the command #7

Closed vors closed 6 years ago

vors commented 6 years ago

This is the same issue as https://github.com/ContinuumIO/anaconda-issues/issues/7763

We are trying to use env to pass powershell_command to the kernel, but it causes python2 jupyter to bark. I'd like to implement a workaround and simply ignore env if we are in python2

vors commented 6 years ago

Mitigated in a1b5dc0