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