jupyter / try.jupyter.org

Try Jupyter!
https://try.jupyter.org
BSD 3-Clause "New" or "Revised" License
10 stars 13 forks source link

Fix R Demo #9

Open alope107 opened 9 years ago

alope107 commented 9 years ago

The R demo currently causes the kernel to die upon running the second cell. Cursory experimentation points to the kernel death being related to displaying graphics. Simple plots such as plot(c(1,2,3)) cause failure, while long running commands such as Sys.sleep(20) are successful.