bundles / IPython 9.11.0 / IPython / core / events / shell_initialized
function
IPython.core.events:shell_initialized
source: /IPython/core/events.py :167
Signature
def shell_initialized ( ip : InteractiveShell ) → None Summary
Fires after initialisation of InteractiveShell.
Extended Summary
This is before extensions and startup scripts are loaded, so it can only be set by subclassing.
Parameters
ip: :class:`~IPython.core.interactiveshell.InteractiveShell`The newly initialised shell.
Aliases
-
IPython.core.events.shell_initialized