|
@@ -12,6 +12,7 @@ from builtins import object
|
|
|
import os
|
|
import os
|
|
|
import matplotlib
|
|
import matplotlib
|
|
|
|
|
|
|
|
|
|
+matplotlib.verbose.level = 'debug-annoying'
|
|
|
matplotlib.use('module://ipympl.backend_nbagg')
|
|
matplotlib.use('module://ipympl.backend_nbagg')
|
|
|
matplotlib.rcParams['text.latex.preamble'] = '\\usepackage{amsmath}'
|
|
matplotlib.rcParams['text.latex.preamble'] = '\\usepackage{amsmath}'
|
|
|
|
|
|