Open avidseeker opened 2 years ago
Launch a console (A)
jupyter console
Launch another (B) and connect it to it
jupyter console --existing
Enter in (B): a = input("test: ")
a = input("test: ")
Prompt shows in (B). Is it possible to get input from (A)?
Launch a console (A)
Launch another (B) and connect it to it
Enter in (B):
a = input("test: ")
Prompt shows in (B). Is it possible to get input from (A)?