Python meluncurkan ipython dari skrip

from IPython import embed

a = "I will be accessible in IPython shell!"

embed()
bougui