Reputation: 1311
I know it is possible to connect to a running kernel from a terminal: Juypter notebook - connect to the same kernel session from a command line ipython?, but, is it possible to connect to the same kernel from another notebook?
Upvotes: 4
Views: 1202
Reputation: 41
If you use Jupyterlab it is possible to attach a notebook to a kernel started by another notebook.
Upvotes: 2