##// END OF EJS Templates
Some template static_url tweaks...
Some template static_url tweaks - don't try to include version in static_urls that don't point to files - use full static_urls (with extension) for backbone and underscore, so version can be computed closes #5141

File last commit:

r14009:6f019b30
r15352:c586bb97
Show More
__main__.py
3 lines | 112 B | text/x-python | PythonLexer
if __name__ == '__main__':
from IPython.qt.console import qtconsoleapp as app
app.launch_new_instance()