1

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.

Dimitri Vorona
  • 450
  • 3
  • 13
  • could be related: http://stackoverflow.com/questions/26338688/start-ipython-notebook-with-python-file – cel Feb 18 '15 at 14:22
  • You can launch the notebook web application, but it runs kernels in subprocesses, so you don't see your namespace in a notebook. There's not currently a way to attach a notebook to an already running Python process. – Thomas K Feb 19 '15 at 00:49

0 Answers0