gdsbook/book

Edit (or add a new) kernel to suppress warnings

ljwolf opened this issue · 0 comments

I think there is a way to ignore/suppress warnings from within the python interpreter/as a python option. If we can, this would let us remove the chunks at the front of each chapter with the warnings.filterwarnings('ignore').

Not a huge deal, but useful to avoid incidental complexity in our text.