This is my personal Software Carpenty repo where I keep source files used in the workshops and Jupyter Notebooks.
I am co-teaching Python for the first time at the next Software Carpentry.
University of Arizona Software Carpentry Worskop 2017-02-25
The Python lesson include a Jupyter Notebook. We use Anaconda3 in the workshops. Steps to use:
- Clone this repo
- Install Anaconda3
- Open a terminal or command prompt. On Windows I highly recommend ConEmu
- Start Anaconda3 witht he command -- conda
- Navigate to the Jupyter Notebook in python lessons/Fundamentals
- Start the notebook with the command -- jupyter notebook
Enjoy.