##// END OF EJS Templates
reimport HTML in different section...
reimport HTML in different section Explicitely reimport HTML from IPython.display when we change section

File last commit:

r4455:98f71260
r9991:2b0b4ea4
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor