Show More
@@ -14,7 +14,7 b' Getting extensions' | |||
|
14 | 14 | |
|
15 | 15 | A few important extensions are :ref:`bundled with IPython <bundled_extensions>`. |
|
16 | 16 | Others can be found on the `extensions index |
|
17 |
<http |
|
|
17 | <https://github.com/ipython/ipython/wiki/Extensions-Index>`_ on the wiki, and installed with | |
|
18 | 18 | the ``%install_ext`` magic function. |
|
19 | 19 | |
|
20 | 20 | Using extensions |
@@ -68,7 +68,7 b' write extensions, you can also put your extensions in' | |||
|
68 | 68 | ``sys.path`` automatically. |
|
69 | 69 | |
|
70 | 70 | When your extension is ready for general use, please add it to the `extensions |
|
71 |
index <http |
|
|
71 | index <https://github.com/ipython/ipython/wiki/Extensions-Index>`_. | |
|
72 | 72 | |
|
73 | 73 | .. _bundled_extensions: |
|
74 | 74 |
General Comments 0
You need to be logged in to leave comments.
Login now