Show More
@@ -35,7 +35,7 b' class ExtensionManager(Configurable):' | |||||
35 | the only argument. You can do anything you want with IPython at |
|
35 | the only argument. You can do anything you want with IPython at | |
36 | that point, including defining new magic and aliases, adding new |
|
36 | that point, including defining new magic and aliases, adding new | |
37 | components, etc. |
|
37 | components, etc. | |
38 |
|
38 | |||
39 | You can also optionally define an :func:`unload_ipython_extension(ipython)` |
|
39 | You can also optionally define an :func:`unload_ipython_extension(ipython)` | |
40 | function, which will be called if the user unloads or reloads the extension. |
|
40 | function, which will be called if the user unloads or reloads the extension. | |
41 | The extension manager will only call :func:`load_ipython_extension` again |
|
41 | The extension manager will only call :func:`load_ipython_extension` again |
General Comments 0
You need to be logged in to leave comments.
Login now