##// END OF EJS Templates
Merge pull request #4646 from ellisonbg/output-js...
Merge pull request #4646 from ellisonbg/output-js Fixing various output related things: JavaScript output no longer requires calling container.show() Added output_javascript CSS class that has zero height when empty. JavaScript error messages are properly indented with the prompt area.

File last commit:

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