You are viewing an older version (9.5.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.5.0 / IPython / core / events / shell_initialized

function

IPython.core.events:shell_initialized

source: /IPython/core/events.py :146

Signature

def   shell_initialized ( ip )

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