Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.78 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.78 KB

swcarpentry-workshop-pandas

Remix of Software Carpentry material using intermediate pandas lesson and concepts from the novice class.

Execute the IPython notebooks on your machine

  • Open a terminal (Git bash on Windows)
  • Type: git clone https://github.com/zonca/swcarpentry-workshop-pandas.git
  • Enter in the repository folder: cd swcarpentry-workshop-pandas
  • Open the IPython notebook in that folder: ipython notebook or ~/anaconda/bin/ipython notebook
  • The IPython notebook dashboard should display all the notebook, you can click to open and execute them.

Preview the lesson notebooks online

Click on the following links to access a read-only view of the notebooks:

Learn on

Useful resources to learn more about Python, Bash and Git: https://github.com/zonca/swcarpentry-workshop-pandas/blob/master/cheatsheet.md