thePortus / dh-programming

Examples of Various Python Use for Beginners in DH

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Programming Examples for DH Students

David J. Thomas, thePortus.com
Instructor of Ancient History and Digital Humanities, University of South Florida

Only Works on Mac/Linux

# clone repo
git clone https://github.com/thePortus/dh-programming.git
# move inside repo
cd dh-programming
# install dependencies
pip install -r requirements.txt
# launch notebook
jupyter notebook

If you want to make a copy on your account, first make an empty repository on GitHub, then...

# remove the original repo url
git remote remove origin
# add your repo url in, substituting username and repo name
git remote add origin https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git
# push to remote and set upstream
git push -u origin master

About

Examples of Various Python Use for Beginners in DH

License:MIT License


Languages

Language:Jupyter Notebook 100.0%