Files
skel/dotfiles/ipython.py
2019-03-04 07:40:08 -08:00

5 lines
123 B
Python

import os, IPython
os.environ['PYTHONSTARTUP'] = '' # Prevent running this again
IPython.start_ipython()
raise SystemExit