How do I make matplotlib work in AWS EMR Jupyter notebook?

前端 未结 5 386
情书的邮戳
情书的邮戳 2021-01-01 13:49

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

5条回答
  •  一生所求
    2021-01-01 14:19

    Import matplotlib as

    import matplotlib.pyplot as plt
    

    and use the magic command %matplot plt instead as shown in the tutorial here: https://aws.amazon.com/de/blogs/big-data/install-python-libraries-on-a-running-cluster-with-emr-notebooks/

提交回复
热议问题