vatlab / sos-notebook

Multi-language Jupyter Notebook
http://vatlab.github.io/SoS
BSD 3-Clause "New" or "Revised" License
176 stars 17 forks source link

bash sub-kernel evaluation queued for a very long time #285

Closed kundeng closed 4 years ago

kundeng commented 4 years ago

for i in seq 1 10 do echo $i done

very simple loop, not sure why it gets queued for a very long time. I restarted the meta-kernel (along with all sub kernels) and rerun and it worked. So not sure what happened there.

BoPeng commented 4 years ago

I cannot reproduce the problem either... could help if you can provide more information on the kernel(s) involved.

BoPeng commented 4 years ago

Cannot reproduce.