notebook.community
Edit and run
In [ ]: %matplotlib nbagg import numpy as np import matplotlib.pyplot as plt
%matplotlib nbagg import numpy as np import matplotlib.pyplot as plt
In [ ]: x = np.arange(10) y = x ** 2 plt.plot(x, y)
x = np.arange(10) y = x ** 2 plt.plot(x, y)