##// END OF EJS Templates
use $SHELL in system_piped...
use $SHELL in system_piped we already use this in our call to subprocess.call in system_raw used in the terminal this makes kernel behavior better match terminal IPython For an example that used to be different: !wc -l <(pwd) with `SHELL=bash`

File last commit:

r25705:ad14ee33
r25796:5b5ac949
Show More
mypy.ini
4 lines | 82 B | text/x-ini | IniLexer
[mypy]
python_version = 3.6
ignore_missing_imports = True
follow_imports = silent