mirror of
https://github.com/powerline/powerline.git
synced 2025-07-26 23:35:04 +02:00
More specific instructions for iPython
This commit is contained in:
parent
a44c9a8ec9
commit
ecf088539b
@ -114,11 +114,12 @@ For IPython<0.11 add the following lines to :file:`.ipython/ipy_user_conf.py`:
|
|||||||
# create skeleton ipy_user_conf.py file):
|
# create skeleton ipy_user_conf.py file):
|
||||||
powerline_setup()
|
powerline_setup()
|
||||||
|
|
||||||
For IPython>=0.11 add the following line to :file:`ipython_config.py` file in
|
For IPython>=0.11 add the following line to
|
||||||
the used profile:
|
:file:`~/.ipython/profile_default/ipython_config.py` file in the used profile:
|
||||||
|
|
||||||
.. code-block:: Python
|
.. code-block:: Python
|
||||||
|
|
||||||
|
c = get_config()
|
||||||
c.InteractiveShellApp.extensions = [
|
c.InteractiveShellApp.extensions = [
|
||||||
'powerline.bindings.ipython.post_0_11'
|
'powerline.bindings.ipython.post_0_11'
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user