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

bundles / IPython 9.5.0 / IPython / core / interactiveshell / InteractiveShell / init_user_ns

function

IPython.core.interactiveshell:InteractiveShell.init_user_ns

source: /IPython/core/interactiveshell.py :1365

Signature

def   init_user_ns ( self )

Summary

Initialize all user-visible namespaces to their minimum defaults.

Extended Summary

Certain history lists are also initialized here, as they effectively act as user namespaces.

Notes

All data structures here are only filled in, they are NOT reset by this method. If they were not empty before, data will simply be added to them.

Aliases

  • IPython.InteractiveShell.init_user_ns