Skip to content

ualberta-rcg/python-plotting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python plotting course

https://ualberta-rcg.github.io/python-plotting

Installing dependencies

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

Getting the notebooks

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

Releases

No releases published

Packages

No packages published