We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fe9b4 commit c407a00Copy full SHA for c407a00
pymc/__init__.py
@@ -1,4 +1,6 @@
1
__version__ = "3.0"
2
+import matplotlib
3
+matplotlib.use('Agg')
4
5
from .core import *
6
from .distributions import *
0 commit comments