Silence matplotlib debug in jupyter

jupyter
Jeff Moe 2022-09-10 14:28:36 -06:00
parent 9bd25b30ce
commit 3930dd0c59
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ from astropy.io import fits
from astropy.io import ascii
from astropy.coordinates import SkyCoord
plt.set_loglevel("info") # or "debug" for more info
class Prediction:
"""Prediction class"""