We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c00f59 commit 13d9ce8Copy full SHA for 13d9ce8
example_local.ipynb
@@ -30,7 +30,7 @@
30
" process_waveforms, produce_dem)\n",
31
"\n",
32
"# Ignore benign Matplotlib backend warning due to fig.show()\n",
33
- "warnings.filterwarnings(action='ignore', message='Matplotlib is currently using module')"
+ "warnings.filterwarnings(action='ignore', category=UserWarning, message='FigureCanvasAgg is non-interactive')"
34
]
35
},
36
{
0 commit comments