##// END OF EJS Templates
Merge pull request #13247 from Kojoley/tests-handle-no-matplotlib...
Matthias Bussonnier -
r27001:7b7ea0f5 merge
parent child Browse files
Show More
@@ -8,14 +8,15
8 8 from binascii import a2b_base64
9 9 from io import BytesIO
10 10
11 import matplotlib
11 import pytest
12
13 matplotlib = pytest.importorskip("matplotlib")
12 14 matplotlib.use('Agg')
13 15 from matplotlib.figure import Figure
14 16
15 17 from matplotlib import pyplot as plt
16 18 from matplotlib_inline import backend_inline
17 19 import numpy as np
18 import pytest
19 20
20 21 from IPython.core.getipython import get_ipython
21 22 from IPython.core.interactiveshell import InteractiveShell
General Comments 0
You need to be logged in to leave comments. Login now