Warning

This documentation is for an old version of IPython. You can find docs for newer versions here.

Module: core.profileapp

An application for managing IPython profiles.

To be invoked as the ipython profile subcommand.

Authors:

  • Min RK

4 Classes

class IPython.core.profileapp.ProfileLocate(**kwargs)

Bases: IPython.core.application.BaseIPythonApplication

class IPython.core.profileapp.ProfileList(**kwargs)

Bases: IPython.config.application.Application

class IPython.core.profileapp.ProfileCreate(**kwargs)

Bases: IPython.core.application.BaseIPythonApplication

class IPython.core.profileapp.ProfileApp(**kwargs)

Bases: IPython.config.application.Application

2 Functions

IPython.core.profileapp.list_profiles_in(path)

list profiles in a given root directory

IPython.core.profileapp.list_bundled_profiles()

list profiles that are bundled with IPython.