##// END OF EJS Templates
remove codename from banner
MinRK -
Show More
@@ -550,9 +550,8 b' gui_note = """\\'
550 550 default_banner_parts = [
551 551 'Python %s\n' % (sys.version.split('\n')[0],),
552 552 'Type "copyright", "credits" or "license" for more information.\n\n',
553 'IPython {version} ({name}) -- An enhanced Interactive Python.\n'.format(
553 'IPython {version} -- An enhanced Interactive Python.\n'.format(
554 554 version=release.version,
555 name=release.codename
556 555 ),
557 556 quick_guide
558 557 ]
General Comments 0
You need to be logged in to leave comments. Login now