Type an sample input here
packages = ["numpy", "matplotlib"] import numpy as np import matplotlib.pyplot as plt arr = np.array([1, 2, 3, 4, 5]) plt.plot(arr) plt display(plt, target="graph") def show_output(*args): display(Element('test-input').element.value + " Yup!") Element('test-input').element.value = "yahoo"