We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b9e43 commit dee7cb1Copy full SHA for dee7cb1
Python.adoc
@@ -113,3 +113,11 @@ the GIL. Therefore it is only in multithreaded programs that spend a lot of
113
time inside the GIL, interpreting CPython bytecode, that the GIL becomes a
114
bottleneck.
115
____
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