##// END OF EJS Templates
Remove qtconfig doc page; replace some of the hyperlinks to it with links to http://jupyter.org/qtconfig
Remove qtconfig doc page; replace some of the hyperlinks to it with links to http://jupyter.org/qtconfig

File last commit:

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