Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
DOC #148 ipython standard README
Browse files Browse the repository at this point in the history
  • Loading branch information
S8 I Group Acct committed Feb 17, 2020
1 parent 53cc66e commit c97ae99
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions profile_default/startup/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This is the IPython startup directory

.py and .ipy files in this directory will be run *prior* to any code or files specified
via the exec_lines or exec_files configurables whenever you load this profile.

Files will be run in lexicographical order, so you can control the execution order of files
with a prefix, e.g.::

00-first.py
50-middle.py
99-last.ipy

0 comments on commit c97ae99

Please sign in to comment.