I've seen how to change the configuration of ipython either temporarily or permanently using commandline args or modifying ipython_qtconsole_config.py
.
My question is, how can I get the current configuration like the ipython_qtconsole_config.py
does:
c = get_config()
c.IPythonWidget.font_family = 'Consolas'
I can import IPython
, but don't know what to do then...