Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

connect to same IPython kernel from different notebooks

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?

like image 806
Rodrigo E. Principe Avatar asked Sep 17 '25 15:09

Rodrigo E. Principe


1 Answers

If you use Jupyterlab it is possible to attach a notebook to a kernel started by another notebook.

enter image description here

like image 183
Balamurugan V G Avatar answered Sep 20 '25 06:09

Balamurugan V G