How to get hold of the IPython config and change it dynamically within an existing IPython session?

后端 未结 0 1811
孤街浪徒
孤街浪徒 2020-11-30 13:52

You can get hold of config via something like

import IPython
i = IPython.get_ipython()
config = i.config

But can you just mess with config an

相关标签:
回答
  • 消灭零回复
提交回复
热议问题