jupyter / jupyter_console

Jupyter Terminal Console
http://jupyter-console.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
250 stars 145 forks source link

Take input from remote #273

Open avidseeker opened 2 years ago

avidseeker commented 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: ")

Prompt shows in (B). Is it possible to get input from (A)?