jupyter / jupyter_console

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

Take input from remote #273

Open avidseeker opened 1 year ago

avidseeker commented 1 year 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)?