##// END OF EJS Templates
Merge pull request #5672 from jdfreder/i3503...
Merge pull request #5672 from jdfreder/i3503 Add nbconvert pandoc markdown notebook.

File last commit:

r13348:e6afea51
r16385:4d4870e7 merge
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)