python - ipython: echo active conifg object (as defined in ``ipython_config.py``) of an ipython instance? -
python - ipython: echo active conifg object (as defined in ``ipython_config.py``) of an ipython instance? -
how can active conifg object (as defined in ipython_config.py
) of ipython instance? i'd inspect check vars set.
the config object should stored .config
attribute of ipython configurable object. if don't have such object, calling get_ipython()
should interactiveshell instance controls ipython.
however, values config transferred configurable objects when they're instantiated, , other things may alter options without going through config. see actual values in use, @ attributes of objects you're interested in, next names used in config.
python ipython
Comments
Post a Comment