mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
5 lines
123 B
Python
5 lines
123 B
Python
import os, IPython
|
|
os.environ['PYTHONSTARTUP'] = '' # Prevent running this again
|
|
IPython.start_ipython()
|
|
raise SystemExit
|