IPython startup script
You can have scripts run automatically when starting IPython by placing startup .py files in ~/.ipython/profile_default/startup/ . All files in that directory will be read and executed by alphabetical order.
On my Mac, the startup directory is at ~/.config/ipython/profile_default/startup/ .
Comments
Post a Comment