This is very close to this question, but I have added a few details specific to my question:
Matplotlib Plotting using AWS-EMR jupyter notebook
I would like
The following should work:
import matplotlib %matplotlib inline import matplotlib.pyplot as plt plt.plot([1,2,3,4])
Run the entire script in one cell