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

bundles / IPython 9.10.0 / IPython / paths / get_ipython_dir

function

IPython.paths:get_ipython_dir

source: /IPython/paths.py :19

Signature

def   get_ipython_dir ( )  →  str

Summary

Get the IPython directory for this platform and user.

Extended Summary

This uses the logic in get_home_dir to find the home directory and then adds .ipython to the end of the path.

Aliases

  • IPython.paths.get_ipython_dir

Referenced by