##// END OF EJS Templates
less newline
less newline

File last commit:

r8994:b0b4b214
r8995:818b3547
Show More
runme.py
7 lines | 184 B | text/x-python | PythonLexer
# coding: utf-8
from converters.template import *
C = ConverterTemplate()
C.read('tests/ipynbref/IntroNumPy.orig.ipynb')
S = C.convert()
with open('temp.txt','w') as f:
f.write(S)