ianmiell / shutit

Automation framework for programmers
http://ianmiell.github.io/shutit/
MIT License
2.15k stars 110 forks source link

if i run session.send('top',echo=True,check_exit=True) in notebook how to exit? #329

Open brianlyang opened 4 years ago

brianlyang commented 4 years ago

when i run session.send('top',echo=True,check_exit=True) in notebook ; this is long time command, then i can't do anything in this notebook ; so how can i do other things in the notebook; or how can i send ctrl-c to exit the command