jupyter_console
                                
                                 jupyter_console copied to clipboard
                                
                                    jupyter_console copied to clipboard
                            
                            
                            
                        Take input from remote
Launch a console (A)
jupyter console
Launch another (B) and connect it to it
jupyter console --existing
Enter in (B): a = input("test: ")
Prompt shows in (B). Is it possible to get input from (A)?