voila-dashboards / voila

Voilà turns Jupyter notebooks into standalone web applications
https://voila.readthedocs.io
Other
5.45k stars 504 forks source link

Warning message shown in R kernel #381

Open hiteck88 opened 5 years ago

hiteck88 commented 5 years ago

Hello, I am using jupyter lab R kernel, I have set options(warn=-1), so no warning is shown in the original notebook file. But it still shows in the voila. How to hide the warning message? Thanks

image

SylvainCorlay commented 5 years ago

Thanks @hiteck88! I think that we should filter out warning by defaults.

A PR fixing that would be welcome!