Verwenden Sie die Profilfunktion von IPython

Es ist praktisch, ein Profil zu erstellen und das Startskript für jedes Profil zu ändern.

Machen Sie ein Profil

$ ipython profile create sample
[ProfileCreate] Generating default config file: u'/Users/taka84u9/.ipython/profile_sample/ipython_config.py'

Ein initialisiertes Profil wird im Verzeichnis $ HOME / .ipython / profile_sample erstellt. Setzen Sie ipython in "ipython_config.py" und erstellen Sie ein Startskript im Inhalt des "Start" -Verzeichnisses.

Profil laden

Verwenden Sie die Option "--profile", um das Profil zu laden und zu starten

$ ipython --profile sample
Python 2.7.2 (default, Feb 16 2012, 15:37:03) 
Type "copyright", "credits" or "license" for more information.

IPython 0.12 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

IPython profile: sample

In [1]: 

Recommended Posts

Verwenden Sie die Profilfunktion von IPython
Verwenden Sie die Vorschaufunktion mit aws-cli