This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / 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