Show More
@@ -35,7 +35,7 b' class ExtensionManager(Configurable):' | |||
|
35 | 35 | the only argument. You can do anything you want with IPython at |
|
36 | 36 | that point, including defining new magic and aliases, adding new |
|
37 | 37 | components, etc. |
|
38 | ||
|
38 | ||
|
39 | 39 | You can also optionally define an :func:`unload_ipython_extension(ipython)` |
|
40 | 40 | function, which will be called if the user unloads or reloads the extension. |
|
41 | 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