Tag: matplotlib
-
Jupyter notebook and Matplotlib
I was thinking to use Jupyter notebook for quite a some time and finally I started using it. Here is a quick installation guide for Linux (Ubuntu). If Python is already installed pip3 install –upgrade pip pip3 install jupyter Also you can install it with Anaconda. Details here To run notebook jupyter notebook This will […]