##// END OF EJS Templates
implement %run myscript.ipy
implement %run myscript.ipy

File last commit:

r494:e244f5a6
r494:e244f5a6
Show More
seteditor.py
15 lines | 128 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor