Show More
@@ -16,7 +16,7 b' c = get_config()' | |||||
16 | # c.Global.log_level = 20 |
|
16 | # c.Global.log_level = 20 | |
17 |
|
17 | |||
18 | # This should be a list of importable Python modules that have an |
|
18 | # This should be a list of importable Python modules that have an | |
19 |
# load_i |
|
19 | # load_ipython_extension(ip) method. This method gets called when the extension | |
20 | # is loaded. You can put your extensions anywhere they can be imported |
|
20 | # is loaded. You can put your extensions anywhere they can be imported | |
21 | # but we add the extensions subdir of the ipython directory to sys.path |
|
21 | # but we add the extensions subdir of the ipython directory to sys.path | |
22 | # during extension loading, so you can put them there as well. |
|
22 | # during extension loading, so you can put them there as well. |
@@ -13,7 +13,7 b' The default configuration file for the :command:`ipython` command line applicati' | |||||
13 | is :file:`ipython_config.py`. By setting the attributes in this file, you |
|
13 | is :file:`ipython_config.py`. By setting the attributes in this file, you | |
14 | can configure the application. A sample is provided in |
|
14 | can configure the application. A sample is provided in | |
15 | :mod:`IPython.config.default.ipython_config`. Simply copy this file to your |
|
15 | :mod:`IPython.config.default.ipython_config`. Simply copy this file to your | |
16 | IPython directory to start using it. |
|
16 | :ref:`IPython directory <ipython_dir>` to start using it. | |
17 |
|
17 | |||
18 | Most configuration attributes that this file accepts are associated with |
|
18 | Most configuration attributes that this file accepts are associated with | |
19 | classes that are subclasses of :class:`~IPython.core.component.Component`. |
|
19 | classes that are subclasses of :class:`~IPython.core.component.Component`. |
General Comments 0
You need to be logged in to leave comments.
Login now