##// END OF EJS Templates
[/gui/wx/] cody precord : small patch for some changes and improvements to the ipython_view...
[/gui/wx/] cody precord : small patch for some changes and improvements to the ipython_view 1) Made some small UI improvements/adjustments 2) Disabled Undo history, did this because 1. its not really needed so why use the memory right, and 2. if you hit Ctrl+Z enough times with it enabled you can actually clear all the previous text in the buffer which is undesirable.

File last commit:

r1032:4aabf05c
r1163:9b3f9c3e
Show More
ipythonrc-tutorial
37 lines | 1.2 KiB | text/plain | TextLexer
# -*- Mode: Shell-Script -*- Not really, but shows comments correctly
#***************************************************************************
#
# Configuration file for ipython -- ipythonrc format
#
# The format of this file is one of 'key value' lines.
# Lines containing only whitespace at the beginning and then a # are ignored
# as comments. But comments can NOT be put on lines with data.
#***************************************************************************
# If this file is found in the user's ~/.ipython directory as
# ipythonrc-tutorial, it can be loaded by calling passing the '-profile
# tutorial' (or '-p tutorial') option to IPython.
# This profile loads a special input line filter to allow typing lines which
# begin with '>>> ' or '... '. These two strings, if present at the start of
# the input line, are stripped. This allows for direct pasting of code from
# examples such as those available in the standard Python tutorial.
# First load basic user configuration
include ipythonrc
# import ...
# Module with alternate input syntax for pasting python input
import_mod IPython.Extensions.InterpreterPasteInput
# from ... import *
import_all
# from ... import ...
import_some
# code
execute
# Files to execute
execfile