Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 97429bd + 27e605f commit 1cdbfb2Copy full SHA for 1cdbfb2
1 file changed
docs/source/development/config.rst
@@ -55,6 +55,19 @@ 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
56
command-line args.
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
71
72
Locating these files
73
--------------------
0 commit comments