Rundong-Li / textbook

The textbook Computational and Inferential Thinking: The Foundations of Data Science

Home Page:http://www.inferentialthinking.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Data 8 Jekyll textbook

This repository holds a Jekyll-based version of the Data 8 textbook.

All textbook content is primarily stored in Jupyter notebooks in the content/ folder. This can be converted to Jekyll-ready markdown and served on github pages.

How this repository is deployed to inferentialthinking.com

The Data 8 textbook has a slightly more complex deploy process. This is because GitHub doesn't work well for using a custom domain name for an organization's non-root repository.

So, here's how the textbook deploy works:

Building the textbook

Here are steps to get started building the textbook on your own machine:

  1. Install the jupyter-book command line tool. This allows you to create and modify Jupyter Books:

    pip install jupyter-book
    
  2. Follow the build instructions on the Jupyter Book guide. The guide has information for how to use the Jupyter Book CLI to build this book. You can find the Jupyter Book build instructions here.

To preview your built site using Jekyll on your computer, follow the steps on the Jupyter Book guide.

Relevant files

An explanation of the various files in this textbook can be found in the Jupyter Book guide.

About

The textbook Computational and Inferential Thinking: The Foundations of Data Science

http://www.inferentialthinking.com


Languages

Language:Jupyter Notebook 98.2%Language:CSS 1.0%Language:HTML 0.4%Language:Python 0.2%Language:JavaScript 0.1%Language:Ruby 0.1%Language:Smarty 0.0%Language:Makefile 0.0%Language:Shell 0.0%