How to install Matplotlib?

You can install Matplotlib using pip. Open your command prompt and run the following command:

pip install matplotlib

If you're using a Jupyter notebook, you can also install it directly in a code cell with:

!pip install matplotlib

0 Comments

no data
Be the first to share your comment!