Show More
@@ -292,7 +292,7 b' class BaseIPythonApplication(Application):' | |||||
292 | `supress_errors` default value is to be `None` in which case the |
|
292 | `supress_errors` default value is to be `None` in which case the | |
293 | behavior default to the one of `traitlets.Application`. |
|
293 | behavior default to the one of `traitlets.Application`. | |
294 |
|
294 | |||
295 |
The default value can be |
|
295 | The default value can be set : | |
296 | - to `False` by setting 'IPYTHON_SUPPRESS_ERRORS' environment variable to '0', or 'false' (case insensitive). |
|
296 | - to `False` by setting 'IPYTHON_SUPPRESS_ERRORS' environment variable to '0', or 'false' (case insensitive). | |
297 | - to `True` by setting 'IPYTHON_SUPPRESS_ERRORS' environment variable to '1' or 'true' (case insensitive). |
|
297 | - to `True` by setting 'IPYTHON_SUPPRESS_ERRORS' environment variable to '1' or 'true' (case insensitive). | |
298 | - to `None` by setting 'IPYTHON_SUPPRESS_ERRORS' environment variable to '' (empty string) or leaving it unset. |
|
298 | - to `None` by setting 'IPYTHON_SUPPRESS_ERRORS' environment variable to '' (empty string) or leaving it unset. |
General Comments 0
You need to be logged in to leave comments.
Login now