We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f50cc2 commit a794912Copy full SHA for a794912
1 file changed
jupyddl/data_analyst.py
@@ -2,8 +2,9 @@
2
import glob
3
import matplotlib as mpl
4
import logging
5
-if 'DISPLAY' not in os.environ:
6
- mpl.use('agg')
+
+if "DISPLAY" not in os.environ:
7
+ mpl.use("agg")
8
else:
9
mpl.use("TkAgg")
10
mpl.set_loglevel("WARNING")
0 commit comments