jupyter_console icon indicating copy to clipboard operation
jupyter_console copied to clipboard

Take input from remote

Open avidseeker opened this issue 3 years ago • 0 comments

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)?

avidseeker avatar Oct 27 '22 18:10 avidseeker