This is the website for UCSD CSS (Computational Social Science) 1.
This website is written as a jupyter book.
./ contains book .yml configurations, this readme, and the main landing page md.
./course/ .md files pertaining to course structure.
./lectures/ mostly .ipynb files with lecture content.
./labs/ mostly .ipynb files for interactive labs.
./datasets/ various datasets we might use or refer to.
./_build contains the files built by jupyter-book (ignored for repo)
- book files, and their order, are listed in
./_toc.yml - Add changes to main, push.
-
Build by running
jupyter-book build . -
check local copy by opening
./_build/html/index.html -
deploy
_build/htmldirectory to github pages withghp-import -n -p -f _build/htmlto export built book to gh-pages branch. more here
-
datahub login as grader?
- pull from github
-
datahub login as student?
- complete datahub instructions