collect: Add support for higher-than-1 order Derivatives
[sympy.git] / data / IPython / ipythonrc-sympy
blobd5e94af110d17ed713a68e87c300f2b843e1c470
1 # -*- Mode: Shell-Script -*-  Not really, but shows comments correctly
2 #*******************************************************************************
3 # Configuration file for ipython -- ipythonrc format
5 # The format of this file is one of 'key value' lines.
7 # Lines containing only whitespace at the beginning and then a '#' are
8 # ignored as comments.  But comments can NOT be put on lines with data.
9 #*******************************************************************************
11 # This configuration file is  a  customization to turn IPython into a
12 # very capable environment for high-end purely symbolic and numerical
13 # work, using SymPy, similar to Mathematica, AXIOM etc.  but with the
14 # beauty and flexibility of the Python language.
16 # SymPy is a Python library for symbolic mathematics. It aims to become
17 # a  full-featured computer algebra system (CAS) while keeping the code
18 # as simple as possible in order to be comprehensible and easily exten-
19 # sible.  SymPy is written entirely in  Python and does not require any
20 # external libraries.
22 # For more information visit www.sympy.org
25 include ipythonrc
27 banner 0
29 import_all sympy.interactive
31 execute init_ipython()