it's possible to start ipython console
from python REPL like this
from IPython import embed; embed()
I was wondering if there is something similar for ipython notebook
.
it's possible to start ipython console
from python REPL like this
from IPython import embed; embed()
I was wondering if there is something similar for ipython notebook
.