Skip to content

Commit dee7cb1

Browse files
committed
Add IPython startup script
1 parent 44b9e43 commit dee7cb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Python.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@ the GIL. Therefore it is only in multithreaded programs that spend a lot of
113113
time inside the GIL, interpreting CPython bytecode, that the GIL becomes a
114114
bottleneck.
115115
____
116+
117+
=== IPython startup script directory
118+
119+
Reference: http://ipython.org/ipython-doc/stable/development/config.html
120+
121+
`$HOME/.ipython/profile_default/startup/`
122+
123+
Just put a Python file like `00-run-something.py`.

0 commit comments

Comments
 (0)