fix import error

This commit is contained in:
2021-02-06 14:10:46 +01:00
parent 52b03cf4db
commit ef924e5686
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ import numpy as np
try:
import matplotlib.pyplot as plt
except ImportError as e:
print("cannot omport matplotlib", e)
print("cannot import matplotlib, headless mode?", e)
from matplotlib.widgets import Slider
from IPython import embed