Show More
@@ -55,6 +55,19 b' under :file:`profile_default`. If you want the default config files for the' | |||||
55 | :mod:`IPython.parallel` applications, add ``--parallel`` to the end of the |
|
55 | :mod:`IPython.parallel` applications, add ``--parallel`` to the end of the | |
56 | command-line args. |
|
56 | command-line args. | |
57 |
|
57 | |||
|
58 | .. note:: | |||
|
59 | ||||
|
60 | IPython configuration options are case sensitive, and IPython cannot | |||
|
61 | catch misnamed keys or invalid values. | |||
|
62 | ||||
|
63 | By default IPython will also ignore any invalid configuration files. | |||
|
64 | ||||
|
65 | .. versionadded:: 5.0 | |||
|
66 | ||||
|
67 | IPython can be configured to abort in case of invalid configuration file. | |||
|
68 | To do so set the environment variable ``IPYTHON_SUPPRESS_CONFIG_ERRORS`` to | |||
|
69 | `'1'` or `'true'` | |||
|
70 | ||||
58 |
|
71 | |||
59 | Locating these files |
|
72 | Locating these files | |
60 | -------------------- |
|
73 | -------------------- |
General Comments 0
You need to be logged in to leave comments.
Login now