https://ualberta-rcg.github.io/python-plotting
To install the dependencies, run the following at the command line:
pip install jupyter matplotlib plotly pandas numpy cufflinks
Or in a Jupyter notebook:
!pip install matplotlib plotly pandas numpy cufflinks
To get the notebooks that make up this course, either use git to clone the repository at Github:
git clone https://github.com/ualberta-rcg/python-plotting.git
... or click here to download from your browser: https://github.com/ualberta-rcg/python-plotting/archive/master.zip
... or run the following in a Jupyter notebook:
!wget -O python-plotting-master.zip https://github.com/ualberta-rcg/python-plotting/archive/master.zip
!unzip python-plotting-master.zip