When running Python code that includes imports like import matplotlib.pyplot as plt, the sandbox's dependency installer attempts to install matplotlib.pyplot as if it were a standalone package. This ...
Once I type " import matplotlib.pyplot as plt" and run it, jupyter always returns: "Matplotlib is building the font cache; this may take a moment." Matplotlib ...