If I understand correctly, do you want to open the Python console and connect the Jupyter laptop to this kernel instance?
Perhaps your solution would be to edit the jupyter scripts themselves and start the server in a separate thread / background task that implements some kind of connection between the threads and work in the jupyter console? This is currently not possible because the main thread starts the server.
It will take some work and I don't have any as-is solution, but I will consider it and maybe edit this answer if I can get it to work.
But it seems that the easiest solution is to simply add another field to the notebook and do whatever you want to do. Is there any reason not to do this?
Piotr kamoda
source share