mirror of
https://github.com/Matir/skel.git
synced 2026-06-09 19:03:41 -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
|