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

bundles / IPython 9.5.0 / IPython / core / profiledir / ProfileDir

MetaHasTraits

IPython.core.profiledir:ProfileDir

source: /IPython/core/profiledir.py :31

Signature

def   ProfileDir ( ** kwargs : t.Any )  →  None

Members

Summary

An object to manage the profile directory and its resources.

Extended Summary

The profile directory is used by all IPython applications, to manage configuration, logging and security.

This object knows how to find, create and manage these directories. This should be used by any code that wants to handle profiles.

Aliases

  • IPython.core.application.ProfileDir