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 202ee86 commit c893031Copy full SHA for c893031
ppmpy/ppm.py
@@ -110,6 +110,11 @@
110
from datetime import date
111
import pickle
112
import collections
113
+# FH: turn of fint logging as described here:
114
+# https://github.com/matplotlib/matplotlib/issues/14523
115
+# this became necessary when moving to jupyterhub3
116
+import logging
117
+logging.getLogger('matplotlib').setLevel(logging.ERROR)
118
119
# The unit of G in the code is 10^{-3} g cm^3 s^{-2}.
120
G_code = nuconst.grav_const*1000.
0 commit comments