##// END OF EJS Templates
Merge pull request #3690 from damianavila/fix_css_html...
Merge pull request #3690 from damianavila/fix_css_html Fixing some css minors in full_html and reveal. There are some issues in the padding of pre tag making the cell bigger and with lot of space around the text in the full_html template, so I put a reasonable padding to fit the cell in a proper way... And I have also aligned the output prompt with the imput prompt in the reveal template.

File last commit:

r11336:24b78a4d
r11565:fa276e47 merge
Show More
__main__.py
14 lines | 464 B | text/x-python | PythonLexer
# encoding: utf-8
"""Terminal-based IPython entry point.
"""
#-----------------------------------------------------------------------------
# Copyright (c) 2012, IPython Development Team.
#
# Distributed under the terms of the Modified BSD License.
#
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------
from IPython import start_ipython
start_ipython()