##// END OF EJS Templates
Remove powershell from script magic defaults
Eric Galloway -
Show More
@@ -104,7 +104,6 b' class ScriptMagics(Magics):'
104 104 if os.name == 'nt':
105 105 defaults.extend([
106 106 'cmd',
107 'powershell',
108 107 ])
109 108
110 109 return defaults
General Comments 0
You need to be logged in to leave comments. Login now