No particularly, No. Warning are just on stderr, so you could get rid of all of stderr if you have nothing else on it.
Alternatively can you re-run the notebook ? if so you can add a simple warning filter that ignore all the warnings at python level. Would any of these solution suits you ? -- M On Tue, Aug 9, 2016 at 10:11 AM, Jake Vanderplas <[email protected]> wrote: > Hello, > I have seen Min's recipe to strip outputs from a notebook. > Does anybody have a good recipe that will strip just the warnings from a > notebook? Thanks! > Jake > > -- > You received this message because you are subscribed to the Google Groups > "Project Jupyter" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jupyter/47433ea6-7026-4a2f-8e03-31372011b06a%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/CANJQusVWe9NBRvRcj%2Bh_jjnp_ppzEWyzoU_YVEHHY5uYY8eCHA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
