Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python launch ipython from script

from IPython import embed

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

embed()
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #launch #ipython #script
ADD COMMENT
Topic
Name
3+6 =